Html Css Color HEX #6F14AD Purple Heart

📋 copy color: '#6F14AD'

red 111 ◦ green 20 ◦ blue 173

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

Shades of Purple Heart #6F14AD

Tints of Purple Heart #6F14AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.91%

R = 36.51%
G = 6.58%
B = 56.91%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F14AD (or 0x6F14AD) is known color: Purple Heart. HEX triplet: 6F, 14 and AD. RGB value is (111,20,173). Sum of RGB (Red+Green+Blue) = 111+20+173=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F14AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F14AD is #90EB52. Grayscale: #404040. Windows color (decimal): -9497427 or 11342959. OLE color: 11342959.

HSL color Cylindrical-coordinate representation of color #6F14AD: hue angle of 275.69º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F14AD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 20 173 -
CMYK 0.36 0.88 0 0.32
HSL 275.69º 0.79% 0.38% -
HSV(B) 275.69º 0.88% 0.68% -
XYZ 14.35 6.9 40.11 -
YUV 64.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 111 20 173 0.36 0.88 0 0.32 275.69 0.79 0.38
Hex 6F 14 AD 24 58 0 20 114 4F 26
Octal 157 24 255 44 130 0 40 424 117 46
Binary 1101111 10100 10101101 100100 1011000 0 100000 100010100 1001111 100110

Color Harmonies of #6F14AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F14AD

Black with #6F14AD

Text Example


Text Example

White with #6F14AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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