Html Css Color HEX #6F12BC Purple Heart

📋 copy color: '#6F12BC'

red 111 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #6F12BC

Tints of Purple Heart #6F12BC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 188 (73.83% from 255) = 59.31%

R = 35.02%
G = 5.68%
B = 59.31%

CMYK

 C value IS 0.41

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F12BC (or 0x6F12BC) is known color: Purple Heart. HEX triplet: 6F, 12 and BC. RGB value is (111,18,188). Sum of RGB (Red+Green+Blue) = 111+18+188=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F12BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F12BC is #90ED43. Grayscale: #404040. Windows color (decimal): -9497924 or 12325487. OLE color: 12325487.

HSL color Cylindrical-coordinate representation of color #6F12BC: hue angle of 272.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F12BC is Cyan = 0.41, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 18 188 -
CMYK 0.41 0.90 0 0.26
HSL 272.82º 0.83% 0.4% -
HSV(B) 272.82º 0.9% 0.74% -
XYZ 15.85 7.44 48.18 -
YUV 65.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 111 18 188 0.41 0.90 0 0.26 272.82 0.83 0.4
Hex 6F 12 BC 29 5A 0 1A 111 53 28
Octal 157 22 274 51 132 0 32 421 123 50
Binary 1101111 10010 10111100 101001 1011010 0 11010 100010001 1010011 101000

Color Harmonies of #6F12BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F12BC

Black with #6F12BC

Text Example


Text Example

White with #6F12BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,18,188); }

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

background-color css

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

 a { background-color: rgb(111,18,188); }

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

border-color css

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

 span { border-color: rgb(111,18,188); }

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