Html Css Color HEX #6F14B6 Purple Heart

📋 copy color: '#6F14B6'

red 111 ◦ green 20 ◦ blue 182

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

Shades of Purple Heart #6F14B6

Tints of Purple Heart #6F14B6

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.39%

 BLUE value IS 182 (71.48% from 255) = 58.15%

R = 35.46%
G = 6.39%
B = 58.15%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F14B6 (or 0x6F14B6) is known color: Purple Heart. HEX triplet: 6F, 14 and B6. RGB value is (111,20,182). Sum of RGB (Red+Green+Blue) = 111+20+182=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 182 (71.48% from 255 or 58.15% from 313); Max value from RGB is 182 - color contains mainly: blue. Hex color #6F14B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F14B6 is #90EB49. Grayscale: #414141. Windows color (decimal): -9497418 or 11932783. OLE color: 11932783.

HSL color Cylindrical-coordinate representation of color #6F14B6: hue angle of 273.7º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F14B6 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 20 182 -
CMYK 0.39 0.89 0 0.29
HSL 273.7º 0.8% 0.4% -
HSV(B) 273.7º 0.89% 0.71% -
XYZ 15.25 7.26 44.85 -
YUV 65.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 111 20 182 0.39 0.89 0 0.29 273.7 0.8 0.4
Hex 6F 14 B6 27 59 0 1D 112 50 28
Octal 157 24 266 47 131 0 35 422 120 50
Binary 1101111 10100 10110110 100111 1011001 0 11101 100010010 1010000 101000

Color Harmonies of #6F14B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F14B6

Black with #6F14B6

Text Example


Text Example

White with #6F14B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,20,182); }

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

background-color css

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

 a { background-color: rgb(111,20,182); }

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

border-color css

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

 span { border-color: rgb(111,20,182); }

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