Html Css Color HEX #6F0ACD Purple Heart

📋 copy color: '#6F0ACD'

red 111 ◦ green 10 ◦ blue 205

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

Shades of Purple Heart #6F0ACD

Tints of Purple Heart #6F0ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.88%

R = 34.05%
G = 3.07%
B = 62.88%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F0ACD (or 0x6F0ACD) is known color: Purple Heart. HEX triplet: 6F, 0A and CD. RGB value is (111,10,205). Sum of RGB (Red+Green+Blue) = 111+10+205=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 205 (80.47% from 255 or 62.88% from 326); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F0ACD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0ACD is #90F532. Grayscale: #3D3D3D. Windows color (decimal): -9499955 or 13437551. OLE color: 13437551.

HSL color Cylindrical-coordinate representation of color #6F0ACD: hue angle of 271.08º 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 #6F0ACD is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 10 205 -
CMYK 0.46 0.95 0 0.20
HSL 271.08º 0.91% 0.42% -
HSV(B) 271.08º 0.95% 0.8% -
XYZ 17.68 8 58.37 -
YUV 62.43 208.46 162.64 -
System Red Green Blue C M Y K H S L
Decimal 111 10 205 0.46 0.95 0 0.20 271.08 0.91 0.42
Hex 6F A CD 2E 5F 0 14 10F 5B 2A
Octal 157 12 315 56 137 0 24 417 133 52
Binary 1101111 1010 11001101 101110 1011111 0 10100 100001111 1011011 101010

Color Harmonies of #6F0ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0ACD

Black with #6F0ACD

Text Example


Text Example

White with #6F0ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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