Html Css Color HEX #6B24CA Purple Heart

📋 copy color: '#6B24CA'

red 107 ◦ green 36 ◦ blue 202

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

Shades of Purple Heart #6B24CA

Tints of Purple Heart #6B24CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 31.01%
G = 10.43%
B = 58.55%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6B24CA (or 0x6B24CA) is known color: Purple Heart. HEX triplet: 6B, 24 and CA. RGB value is (107,36,202). Sum of RGB (Red+Green+Blue) = 107+36+202=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B24CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B24CA is #94DB35. Grayscale: #4B4B4B. Windows color (decimal): -9755446 or 13247595. OLE color: 13247595.

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

Color convert

RGB 107 36 202 -
CMYK 0.47 0.82 0 0.21
HSL 265.66º 0.7% 0.47% -
HSV(B) 265.66º 0.82% 0.79% -
XYZ 17.35 8.65 56.63 -
YUV 76.15 199.02 150 -
System Red Green Blue C M Y K H S L
Decimal 107 36 202 0.47 0.82 0 0.21 265.66 0.7 0.47
Hex 6B 24 CA 2F 52 0 15 10A 46 2F
Octal 153 44 312 57 122 0 25 412 106 57
Binary 1101011 100100 11001010 101111 1010010 0 10101 100001010 1000110 101111

Color Harmonies of #6B24CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B24CA

Black with #6B24CA

Text Example


Text Example

White with #6B24CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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