Html Css Color HEX #6B1ECC Purple Heart

📋 copy color: '#6B1ECC'

red 107 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #6B1ECC

Tints of Purple Heart #6B1ECC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.8%

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

R = 31.38%
G = 8.8%
B = 59.82%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B1ECC (or 0x6B1ECC) is known color: Purple Heart. HEX triplet: 6B, 1E and CC. RGB value is (107,30,204). Sum of RGB (Red+Green+Blue) = 107+30+204=341 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.38% from 341); Green value is 30 (12.11% from 255 or 8.80% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B1ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1ECC is #94E133. Grayscale: #484848. Windows color (decimal): -9756980 or 13377131. OLE color: 13377131.

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

Color convert

RGB 107 30 204 -
CMYK 0.48 0.85 0 0.2
HSL 266.55º 0.74% 0.46% -
HSV(B) 266.55º 0.85% 0.8% -
XYZ 17.43 8.41 57.83 -
YUV 72.86 202.01 152.35 -
System Red Green Blue C M Y K H S L
Decimal 107 30 204 0.48 0.85 0 0.2 266.55 0.74 0.46
Hex 6B 1E CC 30 55 0 14 10B 4A 2E
Octal 153 36 314 60 125 0 24 413 112 56
Binary 1101011 11110 11001100 110000 1010101 0 10100 100001011 1001010 101110

Color Harmonies of #6B1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1ECC

Black with #6B1ECC

Text Example


Text Example

White with #6B1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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