Html Css Color HEX #6524EF Han Purple

📋 copy color: '#6524EF'

red 101 ◦ green 36 ◦ blue 239

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

Shades of Han Purple #6524EF

Tints of Han Purple #6524EF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 239 (93.75% from 255) = 63.56%

R = 26.86%
G = 9.57%
B = 63.56%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6524EF (or 0x6524EF) is known color: Han Purple. HEX triplet: 65, 24 and EF. RGB value is (101,36,239). Sum of RGB (Red+Green+Blue) = 101+36+239=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #6524EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6524EF is #9ADB10. Grayscale: #4D4D4D. Windows color (decimal): -10148625 or 15672421. OLE color: 15672421.

HSL color Cylindrical-coordinate representation of color #6524EF: hue angle of 259.21º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6524EF is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 36 239 -
CMYK 0.58 0.85 0 0.06
HSL 259.21º 0.86% 0.54% -
HSV(B) 259.21º 0.85% 0.94% -
XYZ 21.58 10.26 82.5 -
YUV 78.58 218.53 143.99 -
System Red Green Blue C M Y K H S L
Decimal 101 36 239 0.58 0.85 0 0.06 259.21 0.86 0.54
Hex 65 24 EF 3A 55 0 6 103 56 36
Octal 145 44 357 72 125 0 6 403 126 66
Binary 1100101 100100 11101111 111010 1010101 0 110 100000011 1010110 110110

Color Harmonies of #6524EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6524EF

Black with #6524EF

Text Example


Text Example

White with #6524EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6524EF; }

 p { color: rgb(101,36,239); }

 H1.HeaderClassName
 {
   color: #6524EF;
 }
 .AnyTagClassName
 {
   color: #6524EF;
 }
</style>

background-color css

<style>
 a { background-color: #6524EF; }

 a { background-color: rgb(101,36,239); }

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

border-color css

<style>
 span { border-color: #6524EF; }

 span { border-color: rgb(101,36,239); }

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