Html Css Color HEX #6F1BBA Purple Heart

📋 copy color: '#6F1BBA'

red 111 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #6F1BBA

Tints of Purple Heart #6F1BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 34.26%
G = 8.33%
B = 57.41%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F1BBA (or 0x6F1BBA) is known color: Purple Heart. HEX triplet: 6F, 1B and BA. RGB value is (111,27,186). Sum of RGB (Red+Green+Blue) = 111+27+186=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F1BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1BBA is #90E445. Grayscale: #454545. Windows color (decimal): -9495622 or 12196719. OLE color: 12196719.

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

Color convert

RGB 111 27 186 -
CMYK 0.40 0.85 0 0.27
HSL 271.7º 0.75% 0.42% -
HSV(B) 271.7º 0.85% 0.73% -
XYZ 15.81 7.71 47.11 -
YUV 70.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 111 27 186 0.40 0.85 0 0.27 271.7 0.75 0.42
Hex 6F 1B BA 28 55 0 1B 110 4B 2A
Octal 157 33 272 50 125 0 33 420 113 52
Binary 1101111 11011 10111010 101000 1010101 0 11011 100010000 1001011 101010

Color Harmonies of #6F1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1BBA

Black with #6F1BBA

Text Example


Text Example

White with #6F1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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