Html Css Color HEX #6919AA Purple Heart

📋 copy color: '#6919AA'

red 105 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #6919AA

Tints of Purple Heart #6919AA

RGB

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

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

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

R = 35%
G = 8.33%
B = 56.67%

CMYK

 C value IS 0.38

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6919AA (or 0x6919AA) is known color: Purple Heart. HEX triplet: 69, 19 and AA. RGB value is (105,25,170). Sum of RGB (Red+Green+Blue) = 105+25+170=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #6919AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6919AA is #96E655. Grayscale: #404040. Windows color (decimal): -9889366 or 11147625. OLE color: 11147625.

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

Color convert

RGB 105 25 170 -
CMYK 0.38 0.85 0 0.33
HSL 273.1º 0.74% 0.38% -
HSV(B) 273.1º 0.85% 0.67% -
XYZ 13.43 6.6 38.6 -
YUV 65.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 105 25 170 0.38 0.85 0 0.33 273.1 0.74 0.38
Hex 69 19 AA 26 55 0 21 111 4A 26
Octal 151 31 252 46 125 0 41 421 112 46
Binary 1101001 11001 10101010 100110 1010101 0 100001 100010001 1001010 100110

Color Harmonies of #6919AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6919AA

Black with #6919AA

Text Example


Text Example

White with #6919AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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