Html Css Color HEX #6F1ABB Purple Heart

📋 copy color: '#6F1ABB'

red 111 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #6F1ABB

Tints of Purple Heart #6F1ABB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.02%

 BLUE value IS 187 (73.44% from 255) = 57.72%

R = 34.26%
G = 8.02%
B = 57.72%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F1ABB (or 0x6F1ABB) is known color: Purple Heart. HEX triplet: 6F, 1A and BB. RGB value is (111,26,187). Sum of RGB (Red+Green+Blue) = 111+26+187=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 187 (73.44% from 255 or 57.72% from 324); Max value from RGB is 187 - color contains mainly: blue. Hex color #6F1ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1ABB is #90E544. Grayscale: #454545. Windows color (decimal): -9495877 or 12261999. OLE color: 12261999.

HSL color Cylindrical-coordinate representation of color #6F1ABB: hue angle of 271.68º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1ABB is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 26 187 -
CMYK 0.41 0.86 0 0.27
HSL 271.68º 0.76% 0.42% -
HSV(B) 271.68º 0.86% 0.73% -
XYZ 15.89 7.71 47.66 -
YUV 69.77 194.16 157.41 -
System Red Green Blue C M Y K H S L
Decimal 111 26 187 0.41 0.86 0 0.27 271.68 0.76 0.42
Hex 6F 1A BB 29 56 0 1B 110 4C 2A
Octal 157 32 273 51 126 0 33 420 114 52
Binary 1101111 11010 10111011 101001 1010110 0 11011 100010000 1001100 101010

Color Harmonies of #6F1ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1ABB

Black with #6F1ABB

Text Example


Text Example

White with #6F1ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,26,187); }

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

background-color css

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

 a { background-color: rgb(111,26,187); }

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

border-color css

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

 span { border-color: rgb(111,26,187); }

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