Html Css Color HEX #6E0CCF Purple Heart

📋 copy color: '#6E0CCF'

red 110 ◦ green 12 ◦ blue 207

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

Shades of Purple Heart #6E0CCF

Tints of Purple Heart #6E0CCF

RGB

 RED value IS 110 (43.36% from 255) = 33.43%

 GREEN value IS 12 (5.08% from 255) = 3.65%

 BLUE value IS 207 (81.25% from 255) = 62.92%

R = 33.43%
G = 3.65%
B = 62.92%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E0CCF (or 0x6E0CCF) is known color: Purple Heart. HEX triplet: 6E, 0C and CF. RGB value is (110,12,207). Sum of RGB (Red+Green+Blue) = 110+12+207=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 207 (81.25% from 255 or 62.92% from 329); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E0CCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E0CCF is #91F330. Grayscale: #3E3E3E. Windows color (decimal): -9564977 or 13569134. OLE color: 13569134.

HSL color Cylindrical-coordinate representation of color #6E0CCF: hue angle of 270.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6E0CCF is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 12 207 -
CMYK 0.47 0.94 0 0.19
HSL 270.15º 0.89% 0.43% -
HSV(B) 270.15º 0.94% 0.81% -
XYZ 17.82 8.08 59.65 -
YUV 63.53 208.97 161.14 -
System Red Green Blue C M Y K H S L
Decimal 110 12 207 0.47 0.94 0 0.19 270.15 0.89 0.43
Hex 6E C CF 2F 5E 0 13 10E 59 2B
Octal 156 14 317 57 136 0 23 416 131 53
Binary 1101110 1100 11001111 101111 1011110 0 10011 100001110 1011001 101011

Color Harmonies of #6E0CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0CCF

Black with #6E0CCF

Text Example


Text Example

White with #6E0CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,12,207); }

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

background-color css

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

 a { background-color: rgb(110,12,207); }

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

border-color css

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

 span { border-color: rgb(110,12,207); }

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