Html Css Color HEX #6F1BAA Purple Heart

📋 copy color: '#6F1BAA'

red 111 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #6F1BAA

Tints of Purple Heart #6F1BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.19%

R = 36.04%
G = 8.77%
B = 55.19%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F1BAA (or 0x6F1BAA) is known color: Purple Heart. HEX triplet: 6F, 1B and AA. RGB value is (111,27,170). Sum of RGB (Red+Green+Blue) = 111+27+170=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F1BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F1BAA is #90E455. Grayscale: #434343. Windows color (decimal): -9495638 or 11148143. OLE color: 11148143.

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

Color convert

RGB 111 27 170 -
CMYK 0.35 0.84 0 0.33
HSL 275.24º 0.73% 0.39% -
HSV(B) 275.24º 0.84% 0.67% -
XYZ 14.2 7.07 38.65 -
YUV 68.42 185.33 158.37 -
System Red Green Blue C M Y K H S L
Decimal 111 27 170 0.35 0.84 0 0.33 275.24 0.73 0.39
Hex 6F 1B AA 23 54 0 21 113 49 27
Octal 157 33 252 43 124 0 41 423 111 47
Binary 1101111 11011 10101010 100011 1010100 0 100001 100010011 1001001 100111

Color Harmonies of #6F1BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1BAA

Black with #6F1BAA

Text Example


Text Example

White with #6F1BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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