Html Css Color HEX #6406AD Purple Heart

📋 copy color: '#6406AD'

red 100 ◦ green 6 ◦ blue 173

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

Shades of Purple Heart #6406AD

Tints of Purple Heart #6406AD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

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

R = 35.84%
G = 2.15%
B = 62.01%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6406AD (or 0x6406AD) is known color: Purple Heart. HEX triplet: 64, 06 and AD. RGB value is (100,6,173). Sum of RGB (Red+Green+Blue) = 100+6+173=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 173 (67.97% from 255 or 62.01% from 279); Max value from RGB is 173 - color contains mainly: blue. Hex color #6406AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6406AD is #9BF952. Grayscale: #343434. Windows color (decimal): -10221907 or 11339364. OLE color: 11339364.

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

Color convert

RGB 100 6 173 -
CMYK 0.42 0.97 0 0.32
HSL 273.77º 0.93% 0.35% -
HSV(B) 273.77º 0.97% 0.68% -
XYZ 12.86 5.86 39.99 -
YUV 53.14 195.64 161.42 -
System Red Green Blue C M Y K H S L
Decimal 100 6 173 0.42 0.97 0 0.32 273.77 0.93 0.35
Hex 64 6 AD 2A 61 0 20 112 5D 23
Octal 144 6 255 52 141 0 40 422 135 43
Binary 1100100 110 10101101 101010 1100001 0 100000 100010010 1011101 100011

Color Harmonies of #6406AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6406AD

Black with #6406AD

Text Example


Text Example

White with #6406AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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