Html Css Color HEX #6F0ECF Purple Heart

📋 copy color: '#6F0ECF'

red 111 ◦ green 14 ◦ blue 207

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

Shades of Purple Heart #6F0ECF

Tints of Purple Heart #6F0ECF

RGB

 RED value IS 111 (43.75% from 255) = 33.43%

 GREEN value IS 14 (5.86% from 255) = 4.22%

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

R = 33.43%
G = 4.22%
B = 62.35%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F0ECF (or 0x6F0ECF) is known color: Purple Heart. HEX triplet: 6F, 0E and CF. RGB value is (111,14,207). Sum of RGB (Red+Green+Blue) = 111+14+207=332 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.43% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F0ECF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ECF is #90F130. Grayscale: #404040. Windows color (decimal): -9498929 or 13569647. OLE color: 13569647.

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

Color convert

RGB 111 14 207 -
CMYK 0.46 0.93 0 0.19
HSL 270.16º 0.87% 0.43% -
HSV(B) 270.16º 0.93% 0.81% -
XYZ 17.98 8.2 59.67 -
YUV 65.01 208.14 160.81 -
System Red Green Blue C M Y K H S L
Decimal 111 14 207 0.46 0.93 0 0.19 270.16 0.87 0.43
Hex 6F E CF 2E 5D 0 13 10E 57 2B
Octal 157 16 317 56 135 0 23 416 127 53
Binary 1101111 1110 11001111 101110 1011101 0 10011 100001110 1010111 101011

Color Harmonies of #6F0ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0ECF

Black with #6F0ECF

Text Example


Text Example

White with #6F0ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,207); }

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

background-color css

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

 a { background-color: rgb(111,14,207); }

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

border-color css

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

 span { border-color: rgb(111,14,207); }

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