Html Css Color HEX #6F1ABF Purple Heart

📋 copy color: '#6F1ABF'

red 111 ◦ green 26 ◦ blue 191

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

Shades of Purple Heart #6F1ABF

Tints of Purple Heart #6F1ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 58.23%

R = 33.84%
G = 7.93%
B = 58.23%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F1ABF (or 0x6F1ABF) is known color: Purple Heart. HEX triplet: 6F, 1A and BF. RGB value is (111,26,191). Sum of RGB (Red+Green+Blue) = 111+26+191=328 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.84% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 191 (75% from 255 or 58.23% from 328); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F1ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1ABF is #90E540. Grayscale: #454545. Windows color (decimal): -9495873 or 12524143. OLE color: 12524143.

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

Color convert

RGB 111 26 191 -
CMYK 0.42 0.86 0 0.25
HSL 270.91º 0.76% 0.43% -
HSV(B) 270.91º 0.86% 0.75% -
XYZ 16.33 7.88 49.95 -
YUV 70.23 196.16 157.08 -
System Red Green Blue C M Y K H S L
Decimal 111 26 191 0.42 0.86 0 0.25 270.91 0.76 0.43
Hex 6F 1A BF 2A 56 0 19 10F 4C 2B
Octal 157 32 277 52 126 0 31 417 114 53
Binary 1101111 11010 10111111 101010 1010110 0 11001 100001111 1001100 101011

Color Harmonies of #6F1ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1ABF

Black with #6F1ABF

Text Example


Text Example

White with #6F1ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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