Html Css Color HEX #6F18AC Purple Heart

📋 copy color: '#6F18AC'

red 111 ◦ green 24 ◦ blue 172

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

Shades of Purple Heart #6F18AC

Tints of Purple Heart #6F18AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.03%

R = 36.16%
G = 7.82%
B = 56.03%

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

#6F18AC (or 0x6F18AC) is known color: Purple Heart. HEX triplet: 6F, 18 and AC. RGB value is (111,24,172). Sum of RGB (Red+Green+Blue) = 111+24+172=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F18AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AC is #90E753. Grayscale: #424242. Windows color (decimal): -9496404 or 11278447. OLE color: 11278447.

HSL color Cylindrical-coordinate representation of color #6F18AC: hue angle of 275.27º degrees, saturation: 0.76, 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 #6F18AC is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 24 172 -
CMYK 0.35 0.86 0 0.33
HSL 275.27º 0.76% 0.38% -
HSV(B) 275.27º 0.86% 0.67% -
XYZ 14.33 7.01 39.63 -
YUV 66.89 187.32 159.47 -
System Red Green Blue C M Y K H S L
Decimal 111 24 172 0.35 0.86 0 0.33 275.27 0.76 0.38
Hex 6F 18 AC 23 56 0 21 113 4C 26
Octal 157 30 254 43 126 0 41 423 114 46
Binary 1101111 11000 10101100 100011 1010110 0 100001 100010011 1001100 100110

Color Harmonies of #6F18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18AC

Black with #6F18AC

Text Example


Text Example

White with #6F18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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