Html Css Color HEX #6413AD Purple Heart

📋 copy color: '#6413AD'

red 100 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #6413AD

Tints of Purple Heart #6413AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

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

R = 34.25%
G = 6.51%
B = 59.25%

CMYK

 C value IS 0.42

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6413AD (or 0x6413AD) is known color: Purple Heart. HEX triplet: 64, 13 and AD. RGB value is (100,19,173). Sum of RGB (Red+Green+Blue) = 100+19+173=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #6413AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6413AD is #9BEC52. Grayscale: #3C3C3C. Windows color (decimal): -10218579 or 11342692. OLE color: 11342692.

HSL color Cylindrical-coordinate representation of color #6413AD: hue angle of 271.56º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6413AD is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 19 173 -
CMYK 0.42 0.89 0 0.32
HSL 271.56º 0.8% 0.38% -
HSV(B) 271.56º 0.89% 0.68% -
XYZ 13.03 6.19 40.04 -
YUV 60.78 191.34 155.98 -
System Red Green Blue C M Y K H S L
Decimal 100 19 173 0.42 0.89 0 0.32 271.56 0.8 0.38
Hex 64 13 AD 2A 59 0 20 110 50 26
Octal 144 23 255 52 131 0 40 420 120 46
Binary 1100100 10011 10101101 101010 1011001 0 100000 100010000 1010000 100110

Color Harmonies of #6413AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6413AD

Black with #6413AD

Text Example


Text Example

White with #6413AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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