Html Css Color HEX #6F18AA Purple Heart

📋 copy color: '#6F18AA'

red 111 ◦ green 24 ◦ blue 170

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

Shades of Purple Heart #6F18AA

Tints of Purple Heart #6F18AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

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

R = 36.39%
G = 7.87%
B = 55.74%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F18AA (or 0x6F18AA) is known color: Purple Heart. HEX triplet: 6F, 18 and AA. RGB value is (111,24,170). Sum of RGB (Red+Green+Blue) = 111+24+170=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F18AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AA is #90E755. Grayscale: #424242. Windows color (decimal): -9496406 or 11147375. OLE color: 11147375.

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

Color convert

RGB 111 24 170 -
CMYK 0.35 0.86 0 0.33
HSL 275.75º 0.75% 0.38% -
HSV(B) 275.75º 0.86% 0.67% -
XYZ 14.14 6.94 38.62 -
YUV 66.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 111 24 170 0.35 0.86 0 0.33 275.75 0.75 0.38
Hex 6F 18 AA 23 56 0 21 114 4B 26
Octal 157 30 252 43 126 0 41 424 113 46
Binary 1101111 11000 10101010 100011 1010110 0 100001 100010100 1001011 100110

Color Harmonies of #6F18AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18AA

Black with #6F18AA

Text Example


Text Example

White with #6F18AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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