Html Css Color HEX #6F19AE Purple Heart

📋 copy color: '#6F19AE'

red 111 ◦ green 25 ◦ blue 174

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

Shades of Purple Heart #6F19AE

Tints of Purple Heart #6F19AE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.06%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 35.81%
G = 8.06%
B = 56.13%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F19AE (or 0x6F19AE) is known color: Purple Heart. HEX triplet: 6F, 19 and AE. RGB value is (111,25,174). Sum of RGB (Red+Green+Blue) = 111+25+174=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F19AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F19AE is #90E651. Grayscale: #434343. Windows color (decimal): -9496146 or 11409775. OLE color: 11409775.

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

Color convert

RGB 111 25 174 -
CMYK 0.36 0.86 0 0.32
HSL 274.63º 0.75% 0.39% -
HSV(B) 274.63º 0.86% 0.68% -
XYZ 14.54 7.13 40.65 -
YUV 67.7 187.99 158.88 -
System Red Green Blue C M Y K H S L
Decimal 111 25 174 0.36 0.86 0 0.32 274.63 0.75 0.39
Hex 6F 19 AE 24 56 0 20 113 4B 27
Octal 157 31 256 44 126 0 40 423 113 47
Binary 1101111 11001 10101110 100100 1010110 0 100000 100010011 1001011 100111

Color Harmonies of #6F19AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F19AE

Black with #6F19AE

Text Example


Text Example

White with #6F19AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,174); }

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

background-color css

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

 a { background-color: rgb(111,25,174); }

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

border-color css

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

 span { border-color: rgb(111,25,174); }

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