Html Css Color HEX #6F1BAF Purple Heart

📋 copy color: '#6F1BAF'

red 111 ◦ green 27 ◦ blue 175

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

Shades of Purple Heart #6F1BAF

Tints of Purple Heart #6F1BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 35.46%
G = 8.63%
B = 55.91%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F1BAF (or 0x6F1BAF) is known color: Purple Heart. HEX triplet: 6F, 1B and AF. RGB value is (111,27,175). Sum of RGB (Red+Green+Blue) = 111+27+175=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F1BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1BAF is #90E450. Grayscale: #444444. Windows color (decimal): -9495633 or 11475823. OLE color: 11475823.

HSL color Cylindrical-coordinate representation of color #6F1BAF: hue angle of 274.05º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6F1BAF is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 27 175 -
CMYK 0.37 0.85 0 0.31
HSL 274.05º 0.73% 0.4% -
HSV(B) 274.05º 0.85% 0.69% -
XYZ 14.69 7.26 41.18 -
YUV 68.99 187.83 157.97 -
System Red Green Blue C M Y K H S L
Decimal 111 27 175 0.37 0.85 0 0.31 274.05 0.73 0.4
Hex 6F 1B AF 25 55 0 1F 112 49 28
Octal 157 33 257 45 125 0 37 422 111 50
Binary 1101111 11011 10101111 100101 1010101 0 11111 100010010 1001001 101000

Color Harmonies of #6F1BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1BAF

Black with #6F1BAF

Text Example


Text Example

White with #6F1BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,27,175); }

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

background-color css

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

 a { background-color: rgb(111,27,175); }

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

border-color css

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

 span { border-color: rgb(111,27,175); }

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