Html Css Color HEX #6F1CAB Purple Heart

📋 copy color: '#6F1CAB'

red 111 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #6F1CAB

Tints of Purple Heart #6F1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

 BLUE value IS 171 (67.19% from 255) = 55.16%

R = 35.81%
G = 9.03%
B = 55.16%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F1CAB (or 0x6F1CAB) is known color: Purple Heart. HEX triplet: 6F, 1C and AB. RGB value is (111,28,171). Sum of RGB (Red+Green+Blue) = 111+28+171=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #6F1CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1CAB is #90E354. Grayscale: #444444. Windows color (decimal): -9495381 or 11213935. OLE color: 11213935.

HSL color Cylindrical-coordinate representation of color #6F1CAB: hue angle of 274.83º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1CAB is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 28 171 -
CMYK 0.35 0.84 0 0.33
HSL 274.83º 0.72% 0.39% -
HSV(B) 274.83º 0.84% 0.67% -
XYZ 14.32 7.15 39.15 -
YUV 69.12 185.5 157.87 -
System Red Green Blue C M Y K H S L
Decimal 111 28 171 0.35 0.84 0 0.33 274.83 0.72 0.39
Hex 6F 1C AB 23 54 0 21 113 48 27
Octal 157 34 253 43 124 0 41 423 110 47
Binary 1101111 11100 10101011 100011 1010100 0 100001 100010011 1001000 100111

Color Harmonies of #6F1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1CAB

Black with #6F1CAB

Text Example


Text Example

White with #6F1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,28,171); }

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

background-color css

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

 a { background-color: rgb(111,28,171); }

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

border-color css

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

 span { border-color: rgb(111,28,171); }

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