Html Css Color HEX #6F1FAC Purple Heart

📋 copy color: '#6F1FAC'

red 111 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #6F1FAC

Tints of Purple Heart #6F1FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 172 (67.58% from 255) = 54.78%

R = 35.35%
G = 9.87%
B = 54.78%

CMYK

 C value IS 0.35

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F1FAC (or 0x6F1FAC) is known color: Purple Heart. HEX triplet: 6F, 1F and AC. RGB value is (111,31,172). Sum of RGB (Red+Green+Blue) = 111+31+172=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F1FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1FAC is #90E053. Grayscale: #464646. Windows color (decimal): -9494612 or 11280239. OLE color: 11280239.

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

Color convert

RGB 111 31 172 -
CMYK 0.35 0.82 0 0.33
HSL 274.04º 0.69% 0.4% -
HSV(B) 274.04º 0.82% 0.67% -
XYZ 14.49 7.34 39.68 -
YUV 70.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 111 31 172 0.35 0.82 0 0.33 274.04 0.69 0.4
Hex 6F 1F AC 23 52 0 21 112 45 28
Octal 157 37 254 43 122 0 41 422 105 50
Binary 1101111 11111 10101100 100011 1010010 0 100001 100010010 1000101 101000

Color Harmonies of #6F1FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1FAC

Black with #6F1FAC

Text Example


Text Example

White with #6F1FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,31,172); }

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

background-color css

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

 a { background-color: rgb(111,31,172); }

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

border-color css

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

 span { border-color: rgb(111,31,172); }

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