Html Css Color HEX #6504AE Purple Heart

📋 copy color: '#6504AE'

red 101 ◦ green 4 ◦ blue 174

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

Shades of Purple Heart #6504AE

Tints of Purple Heart #6504AE

RGB

 RED value IS 101 (39.84% from 255) = 36.2%

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 36.2%
G = 1.43%
B = 62.37%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6504AE (or 0x6504AE) is known color: Purple Heart. HEX triplet: 65, 04 and AE. RGB value is (101,4,174). Sum of RGB (Red+Green+Blue) = 101+4+174=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 4 (1.95% from 255 or 1.43% 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 #6504AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6504AE is #9AFB51. Grayscale: #333333. Windows color (decimal): -10156882 or 11404389. OLE color: 11404389.

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

Color convert

RGB 101 4 174 -
CMYK 0.42 0.98 0 0.32
HSL 274.24º 0.96% 0.35% -
HSV(B) 274.24º 0.98% 0.68% -
XYZ 13.05 5.91 40.5 -
YUV 52.38 196.64 162.68 -
System Red Green Blue C M Y K H S L
Decimal 101 4 174 0.42 0.98 0 0.32 274.24 0.96 0.35
Hex 65 4 AE 2A 62 0 20 112 60 23
Octal 145 4 256 52 142 0 40 422 140 43
Binary 1100101 100 10101110 101010 1100010 0 100000 100010010 1100000 100011

Color Harmonies of #6504AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6504AE

Black with #6504AE

Text Example


Text Example

White with #6504AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,4,174); }

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

background-color css

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

 a { background-color: rgb(101,4,174); }

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

border-color css

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

 span { border-color: rgb(101,4,174); }

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