Html Css Color HEX #6619AD Purple Heart

📋 copy color: '#6619AD'

red 102 ◦ green 25 ◦ blue 173

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

Shades of Purple Heart #6619AD

Tints of Purple Heart #6619AD

RGB

 RED value IS 102 (40.23% from 255) = 34%

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

 BLUE value IS 173 (67.97% from 255) = 57.67%

R = 34%
G = 8.33%
B = 57.67%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6619AD (or 0x6619AD) is known color: Purple Heart. HEX triplet: 66, 19 and AD. RGB value is (102,25,173). Sum of RGB (Red+Green+Blue) = 102+25+173=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 173 (67.97% from 255 or 57.67% from 300); Max value from RGB is 173 - color contains mainly: blue. Hex color #6619AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6619AD is #99E652. Grayscale: #404040. Windows color (decimal): -10085971 or 11344230. OLE color: 11344230.

HSL color Cylindrical-coordinate representation of color #6619AD: hue angle of 271.22º 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 #6619AD is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 25 173 -
CMYK 0.41 0.86 0 0.32
HSL 271.22º 0.75% 0.39% -
HSV(B) 271.22º 0.86% 0.68% -
XYZ 13.37 6.54 40.09 -
YUV 64.9 189.01 154.47 -
System Red Green Blue C M Y K H S L
Decimal 102 25 173 0.41 0.86 0 0.32 271.22 0.75 0.39
Hex 66 19 AD 29 56 0 20 10F 4B 27
Octal 146 31 255 51 126 0 40 417 113 47
Binary 1100110 11001 10101101 101001 1010110 0 100000 100001111 1001011 100111

Color Harmonies of #6619AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6619AD

Black with #6619AD

Text Example


Text Example

White with #6619AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6619AD; }

 p { color: rgb(102,25,173); }

 H1.HeaderClassName
 {
   color: #6619AD;
 }
 .AnyTagClassName
 {
   color: #6619AD;
 }
</style>

background-color css

<style>
 a { background-color: #6619AD; }

 a { background-color: rgb(102,25,173); }

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

border-color css

<style>
 span { border-color: #6619AD; }

 span { border-color: rgb(102,25,173); }

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