Html Css Color HEX #6405AE Purple Heart

📋 copy color: '#6405AE'

red 100 ◦ green 5 ◦ blue 174

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

Shades of Purple Heart #6405AE

Tints of Purple Heart #6405AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

 BLUE value IS 174 (68.36% from 255) = 62.37%

R = 35.84%
G = 1.79%
B = 62.37%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6405AE (or 0x6405AE) is known color: Purple Heart. HEX triplet: 64, 05 and AE. RGB value is (100,5,174). Sum of RGB (Red+Green+Blue) = 100+5+174=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #6405AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6405AE is #9BFA51. Grayscale: #343434. Windows color (decimal): -10222162 or 11404644. OLE color: 11404644.

HSL color Cylindrical-coordinate representation of color #6405AE: hue angle of 273.73º degrees, saturation: 0.94, 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 #6405AE is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 5 174 -
CMYK 0.43 0.97 0 0.32
HSL 273.73º 0.94% 0.35% -
HSV(B) 273.73º 0.97% 0.68% -
XYZ 12.95 5.87 40.5 -
YUV 52.67 196.47 161.76 -
System Red Green Blue C M Y K H S L
Decimal 100 5 174 0.43 0.97 0 0.32 273.73 0.94 0.35
Hex 64 5 AE 2B 61 0 20 112 5E 23
Octal 144 5 256 53 141 0 40 422 136 43
Binary 1100100 101 10101110 101011 1100001 0 100000 100010010 1011110 100011

Color Harmonies of #6405AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6405AE

Black with #6405AE

Text Example


Text Example

White with #6405AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6405AE; }

 p { color: rgb(100,5,174); }

 H1.HeaderClassName
 {
   color: #6405AE;
 }
 .AnyTagClassName
 {
   color: #6405AE;
 }
</style>

background-color css

<style>
 a { background-color: #6405AE; }

 a { background-color: rgb(100,5,174); }

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

border-color css

<style>
 span { border-color: #6405AE; }

 span { border-color: rgb(100,5,174); }

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