Html Css Color HEX #6B42CC Purple Heart

📋 copy color: '#6B42CC'

red 107 ◦ green 66 ◦ blue 204

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

Shades of Purple Heart #6B42CC

Tints of Purple Heart #6B42CC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 28.38%
G = 17.51%
B = 54.11%

CMYK

 C value IS 0.48

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B42CC (or 0x6B42CC) is known color: Purple Heart. HEX triplet: 6B, 42 and CC. RGB value is (107,66,204). Sum of RGB (Red+Green+Blue) = 107+66+204=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B42CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B42CC is #94BD33. Grayscale: #5D5D5D. Windows color (decimal): -9747764 or 13386347. OLE color: 13386347.

HSL color Cylindrical-coordinate representation of color #6B42CC: hue angle of 257.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B42CC is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 66 204 -
CMYK 0.48 0.68 0 0.2
HSL 257.83º 0.58% 0.53% -
HSV(B) 257.83º 0.68% 0.8% -
XYZ 18.91 11.38 58.33 -
YUV 93.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 107 66 204 0.48 0.68 0 0.2 257.83 0.58 0.53
Hex 6B 42 CC 30 44 0 14 102 3A 35
Octal 153 102 314 60 104 0 24 402 72 65
Binary 1101011 1000010 11001100 110000 1000100 0 10100 100000010 111010 110101

Color Harmonies of #6B42CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B42CC

Black with #6B42CC

Text Example


Text Example

White with #6B42CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,66,204); }

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

background-color css

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

 a { background-color: rgb(107,66,204); }

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

border-color css

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

 span { border-color: rgb(107,66,204); }

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