Html Css Color HEX #6419AD Purple Heart

📋 copy color: '#6419AD'

red 100 ◦ green 25 ◦ blue 173

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

Shades of Purple Heart #6419AD

Tints of Purple Heart #6419AD

RGB

 RED value IS 100 (39.45% from 255) = 33.56%

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

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

R = 33.56%
G = 8.39%
B = 58.05%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6419AD (or 0x6419AD) is known color: Purple Heart. HEX triplet: 64, 19 and AD. RGB value is (100,25,173). Sum of RGB (Red+Green+Blue) = 100+25+173=298 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.56% from 298); Green value is 25 (10.16% from 255 or 8.39% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #6419AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6419AD is #9BE652. Grayscale: #3F3F3F. Windows color (decimal): -10217043 or 11344228. OLE color: 11344228.

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

Color convert

RGB 100 25 173 -
CMYK 0.42 0.86 0 0.32
HSL 270.41º 0.75% 0.39% -
HSV(B) 270.41º 0.86% 0.68% -
XYZ 13.15 6.42 40.08 -
YUV 64.3 189.35 153.47 -
System Red Green Blue C M Y K H S L
Decimal 100 25 173 0.42 0.86 0 0.32 270.41 0.75 0.39
Hex 64 19 AD 2A 56 0 20 10E 4B 27
Octal 144 31 255 52 126 0 40 416 113 47
Binary 1100100 11001 10101101 101010 1010110 0 100000 100001110 1001011 100111

Color Harmonies of #6419AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6419AD

Black with #6419AD

Text Example


Text Example

White with #6419AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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