Html Css Color HEX #6525EB Han Purple

📋 copy color: '#6525EB'

red 101 ◦ green 37 ◦ blue 235

#6525EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6525EB

Tints of Han Purple #6525EB

RGB

 RED value IS 101 (39.84% from 255) = 27.08%

 GREEN value IS 37 (14.84% from 255) = 9.92%

 BLUE value IS 235 (92.19% from 255) = 63%

R = 27.08%
G = 9.92%
B = 63%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6525EB (or 0x6525EB) is known color: Han Purple. HEX triplet: 65, 25 and EB. RGB value is (101,37,235). Sum of RGB (Red+Green+Blue) = 101+37+235=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #6525EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6525EB is #9ADA14. Grayscale: #4D4D4D. Windows color (decimal): -10148373 or 15410533. OLE color: 15410533.

HSL color Cylindrical-coordinate representation of color #6525EB: hue angle of 259.39º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6525EB is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 37 235 -
CMYK 0.57 0.84 0 0.08
HSL 259.39º 0.83% 0.53% -
HSV(B) 259.39º 0.84% 0.92% -
XYZ 21.02 10.09 79.44 -
YUV 78.71 216.2 143.9 -
System Red Green Blue C M Y K H S L
Decimal 101 37 235 0.57 0.84 0 0.08 259.39 0.83 0.53
Hex 65 25 EB 39 54 0 8 103 53 35
Octal 145 45 353 71 124 0 10 403 123 65
Binary 1100101 100101 11101011 111001 1010100 0 1000 100000011 1010011 110101

Color Harmonies of #6525EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6525EB

Black with #6525EB

Text Example


Text Example

White with #6525EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6525EB; }

 p { color: rgb(101,37,235); }

 H1.HeaderClassName
 {
   color: #6525EB;
 }
 .AnyTagClassName
 {
   color: #6525EB;
 }
</style>

background-color css

<style>
 a { background-color: #6525EB; }

 a { background-color: rgb(101,37,235); }

 div.DivClassName
 {
   background-color: #6525EB;
 }
 .BgClassName
 {
   background-color: #6525EB;
 }
</style>

border-color css

<style>
 span { border-color: #6525EB; }

 span { border-color: rgb(101,37,235); }

 td.TdClassName
 {
   border-color: #6525EB;
 }
 .TagClassName
 {
   border-color: #6525EB;
 }
</style>