Html Css Color HEX #6F18AF Purple Heart

📋 copy color: '#6F18AF'

red 111 ◦ green 24 ◦ blue 175

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

Shades of Purple Heart #6F18AF

Tints of Purple Heart #6F18AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 35.81%
G = 7.74%
B = 56.45%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6F18AF (or 0x6F18AF) is known color: Purple Heart. HEX triplet: 6F, 18 and AF. RGB value is (111,24,175). Sum of RGB (Red+Green+Blue) = 111+24+175=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #6F18AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F18AF is #90E750. Grayscale: #424242. Windows color (decimal): -9496401 or 11475055. OLE color: 11475055.

HSL color Cylindrical-coordinate representation of color #6F18AF: hue angle of 274.57º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F18AF is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 111 24 175 -
CMYK 0.37 0.86 0 0.31
HSL 274.57º 0.76% 0.39% -
HSV(B) 274.57º 0.86% 0.69% -
XYZ 14.62 7.13 41.16 -
YUV 67.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 111 24 175 0.37 0.86 0 0.31 274.57 0.76 0.39
Hex 6F 18 AF 25 56 0 1F 113 4C 27
Octal 157 30 257 45 126 0 37 423 114 47
Binary 1101111 11000 10101111 100101 1010110 0 11111 100010011 1001100 100111

Color Harmonies of #6F18AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F18AF

Black with #6F18AF

Text Example


Text Example

White with #6F18AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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