Html Css Color HEX #6B24ED Han Purple

📋 copy color: '#6B24ED'

red 107 ◦ green 36 ◦ blue 237

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

Shades of Han Purple #6B24ED

Tints of Han Purple #6B24ED

RGB

 RED value IS 107 (42.19% from 255) = 28.16%

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 28.16%
G = 9.47%
B = 62.37%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B24ED (or 0x6B24ED) is known color: Han Purple. HEX triplet: 6B, 24 and ED. RGB value is (107,36,237). Sum of RGB (Red+Green+Blue) = 107+36+237=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B24ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B24ED is #94DB12. Grayscale: #4F4F4F. Windows color (decimal): -9755411 or 15541355. OLE color: 15541355.

HSL color Cylindrical-coordinate representation of color #6B24ED: hue angle of 261.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B24ED is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 36 237 -
CMYK 0.55 0.85 0 0.07
HSL 261.19º 0.85% 0.54% -
HSV(B) 261.19º 0.85% 0.93% -
XYZ 21.98 10.5 80.99 -
YUV 80.14 216.52 147.16 -
System Red Green Blue C M Y K H S L
Decimal 107 36 237 0.55 0.85 0 0.07 261.19 0.85 0.54
Hex 6B 24 ED 37 55 0 7 105 55 36
Octal 153 44 355 67 125 0 7 405 125 66
Binary 1101011 100100 11101101 110111 1010101 0 111 100000101 1010101 110110

Color Harmonies of #6B24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B24ED

Black with #6B24ED

Text Example


Text Example

White with #6B24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B24ED; }

 p { color: rgb(107,36,237); }

 H1.HeaderClassName
 {
   color: #6B24ED;
 }
 .AnyTagClassName
 {
   color: #6B24ED;
 }
</style>

background-color css

<style>
 a { background-color: #6B24ED; }

 a { background-color: rgb(107,36,237); }

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

border-color css

<style>
 span { border-color: #6B24ED; }

 span { border-color: rgb(107,36,237); }

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