Html Css Color HEX #6B24CB Purple Heart

📋 copy color: '#6B24CB'

red 107 ◦ green 36 ◦ blue 203

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

Shades of Purple Heart #6B24CB

Tints of Purple Heart #6B24CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 30.92%
G = 10.4%
B = 58.67%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B24CB (or 0x6B24CB) is known color: Purple Heart. HEX triplet: 6B, 24 and CB. RGB value is (107,36,203). Sum of RGB (Red+Green+Blue) = 107+36+203=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B24CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24CB is #94DB34. Grayscale: #4B4B4B. Windows color (decimal): -9755445 or 13313131. OLE color: 13313131.

HSL color Cylindrical-coordinate representation of color #6B24CB: hue angle of 265.51º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B24CB is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 36 203 -
CMYK 0.47 0.82 0 0.20
HSL 265.51º 0.7% 0.47% -
HSV(B) 265.51º 0.82% 0.8% -
XYZ 17.47 8.7 57.26 -
YUV 76.27 199.52 149.92 -
System Red Green Blue C M Y K H S L
Decimal 107 36 203 0.47 0.82 0 0.20 265.51 0.7 0.47
Hex 6B 24 CB 2F 52 0 14 10A 46 2F
Octal 153 44 313 57 122 0 24 412 106 57
Binary 1101011 100100 11001011 101111 1010010 0 10100 100001010 1000110 101111

Color Harmonies of #6B24CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B24CB

Black with #6B24CB

Text Example


Text Example

White with #6B24CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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