Html Css Color HEX #6F0EAE Purple Heart

📋 copy color: '#6F0EAE'

red 111 ◦ green 14 ◦ blue 174

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

Shades of Purple Heart #6F0EAE

Tints of Purple Heart #6F0EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 37.12%
G = 4.68%
B = 58.19%

CMYK

 C value IS 0.36

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F0EAE (or 0x6F0EAE) is known color: Purple Heart. HEX triplet: 6F, 0E and AE. RGB value is (111,14,174). Sum of RGB (Red+Green+Blue) = 111+14+174=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 14 (5.86% from 255 or 4.68% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F0EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0EAE is #90F151. Grayscale: #3C3C3C. Windows color (decimal): -9498962 or 11406959. OLE color: 11406959.

HSL color Cylindrical-coordinate representation of color #6F0EAE: hue angle of 276.38º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F0EAE is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 14 174 -
CMYK 0.36 0.92 0 0.32
HSL 276.38º 0.85% 0.37% -
HSV(B) 276.38º 0.92% 0.68% -
XYZ 14.35 6.75 40.59 -
YUV 61.24 191.64 163.49 -
System Red Green Blue C M Y K H S L
Decimal 111 14 174 0.36 0.92 0 0.32 276.38 0.85 0.37
Hex 6F E AE 24 5C 0 20 114 55 25
Octal 157 16 256 44 134 0 40 424 125 45
Binary 1101111 1110 10101110 100100 1011100 0 100000 100010100 1010101 100101

Color Harmonies of #6F0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0EAE

Black with #6F0EAE

Text Example


Text Example

White with #6F0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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