Html Css Color HEX #6A1ECC Purple Heart

📋 copy color: '#6A1ECC'

red 106 ◦ green 30 ◦ blue 204

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

Shades of Purple Heart #6A1ECC

Tints of Purple Heart #6A1ECC

RGB

 RED value IS 106 (41.8% from 255) = 31.18%

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

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

R = 31.18%
G = 8.82%
B = 60%

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

#6A1ECC (or 0x6A1ECC) is known color: Purple Heart. HEX triplet: 6A, 1E and CC. RGB value is (106,30,204). Sum of RGB (Red+Green+Blue) = 106+30+204=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A1ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1ECC is #95E133. Grayscale: #474747. Windows color (decimal): -9822516 or 13377130. OLE color: 13377130.

HSL color Cylindrical-coordinate representation of color #6A1ECC: hue angle of 266.21º 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 #6A1ECC is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 30 204 -
CMYK 0.48 0.85 0 0.2
HSL 266.21º 0.74% 0.46% -
HSV(B) 266.21º 0.85% 0.8% -
XYZ 17.31 8.35 57.83 -
YUV 72.56 202.18 151.85 -
System Red Green Blue C M Y K H S L
Decimal 106 30 204 0.48 0.85 0 0.2 266.21 0.74 0.46
Hex 6A 1E CC 30 55 0 14 10A 4A 2E
Octal 152 36 314 60 125 0 24 412 112 56
Binary 1101010 11110 11001100 110000 1010101 0 10100 100001010 1001010 101110

Color Harmonies of #6A1ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1ECC

Black with #6A1ECC

Text Example


Text Example

White with #6A1ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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