Html Css Color HEX #6919AC Purple Heart

📋 copy color: '#6919AC'

red 105 ◦ green 25 ◦ blue 172

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

Shades of Purple Heart #6919AC

Tints of Purple Heart #6919AC

RGB

 RED value IS 105 (41.41% from 255) = 34.77%

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

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

R = 34.77%
G = 8.28%
B = 56.95%

CMYK

 C value IS 0.39

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6919AC (or 0x6919AC) is known color: Purple Heart. HEX triplet: 69, 19 and AC. RGB value is (105,25,172). Sum of RGB (Red+Green+Blue) = 105+25+172=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #6919AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6919AC is #96E653. Grayscale: #414141. Windows color (decimal): -9889364 or 11278697. OLE color: 11278697.

HSL color Cylindrical-coordinate representation of color #6919AC: hue angle of 272.65º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6919AC is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 25 172 -
CMYK 0.39 0.85 0 0.33
HSL 272.65º 0.75% 0.39% -
HSV(B) 272.65º 0.85% 0.67% -
XYZ 13.62 6.68 39.6 -
YUV 65.68 188 156.05 -
System Red Green Blue C M Y K H S L
Decimal 105 25 172 0.39 0.85 0 0.33 272.65 0.75 0.39
Hex 69 19 AC 27 55 0 21 111 4B 27
Octal 151 31 254 47 125 0 41 421 113 47
Binary 1101001 11001 10101100 100111 1010101 0 100001 100010001 1001011 100111

Color Harmonies of #6919AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919AC

Black with #6919AC

Text Example


Text Example

White with #6919AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6919AC; }

 p { color: rgb(105,25,172); }

 H1.HeaderClassName
 {
   color: #6919AC;
 }
 .AnyTagClassName
 {
   color: #6919AC;
 }
</style>

background-color css

<style>
 a { background-color: #6919AC; }

 a { background-color: rgb(105,25,172); }

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

border-color css

<style>
 span { border-color: #6919AC; }

 span { border-color: rgb(105,25,172); }

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