Html Css Color HEX #6F0ACC Purple Heart

📋 copy color: '#6F0ACC'

red 111 ◦ green 10 ◦ blue 204

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

Shades of Purple Heart #6F0ACC

Tints of Purple Heart #6F0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.08%

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

R = 34.15%
G = 3.08%
B = 62.77%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F0ACC (or 0x6F0ACC) is known color: Purple Heart. HEX triplet: 6F, 0A and CC. RGB value is (111,10,204). Sum of RGB (Red+Green+Blue) = 111+10+204=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F0ACC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ACC is #90F533. Grayscale: #3D3D3D. Windows color (decimal): -9499956 or 13372015. OLE color: 13372015.

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

Color convert

RGB 111 10 204 -
CMYK 0.46 0.95 0 0.2
HSL 271.24º 0.91% 0.42% -
HSV(B) 271.24º 0.95% 0.8% -
XYZ 17.56 7.96 57.74 -
YUV 62.32 207.96 162.73 -
System Red Green Blue C M Y K H S L
Decimal 111 10 204 0.46 0.95 0 0.2 271.24 0.91 0.42
Hex 6F A CC 2E 5F 0 14 10F 5B 2A
Octal 157 12 314 56 137 0 24 417 133 52
Binary 1101111 1010 11001100 101110 1011111 0 10100 100001111 1011011 101010

Color Harmonies of #6F0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0ACC

Black with #6F0ACC

Text Example


Text Example

White with #6F0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,204); }

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

background-color css

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

 a { background-color: rgb(111,10,204); }

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

border-color css

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

 span { border-color: rgb(111,10,204); }

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