Html Css Color HEX #6F16BA Purple Heart

📋 copy color: '#6F16BA'

red 111 ◦ green 22 ◦ blue 186

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

Shades of Purple Heart #6F16BA

Tints of Purple Heart #6F16BA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

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

R = 34.8%
G = 6.9%
B = 58.31%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F16BA (or 0x6F16BA) is known color: Purple Heart. HEX triplet: 6F, 16 and BA. RGB value is (111,22,186). Sum of RGB (Red+Green+Blue) = 111+22+186=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F16BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F16BA is #90E945. Grayscale: #424242. Windows color (decimal): -9496902 or 12195439. OLE color: 12195439.

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

Color convert

RGB 111 22 186 -
CMYK 0.40 0.88 0 0.27
HSL 272.56º 0.79% 0.41% -
HSV(B) 272.56º 0.88% 0.73% -
XYZ 15.71 7.5 47.07 -
YUV 67.31 194.99 159.16 -
System Red Green Blue C M Y K H S L
Decimal 111 22 186 0.40 0.88 0 0.27 272.56 0.79 0.41
Hex 6F 16 BA 28 58 0 1B 111 4F 29
Octal 157 26 272 50 130 0 33 421 117 51
Binary 1101111 10110 10111010 101000 1011000 0 11011 100010001 1001111 101001

Color Harmonies of #6F16BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F16BA

Black with #6F16BA

Text Example


Text Example

White with #6F16BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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