Html Css Color HEX #6505AE Purple Heart

📋 copy color: '#6505AE'

red 101 ◦ green 5 ◦ blue 174

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

Shades of Purple Heart #6505AE

Tints of Purple Heart #6505AE

RGB

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

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

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

R = 36.07%
G = 1.79%
B = 62.14%

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

#6505AE (or 0x6505AE) is known color: Purple Heart. HEX triplet: 65, 05 and AE. RGB value is (101,5,174). Sum of RGB (Red+Green+Blue) = 101+5+174=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 5 (2.34% from 255 or 1.79% from 280); Blue value is 174 (68.36% from 255 or 62.14% from 280); Max value from RGB is 174 - color contains mainly: blue. Hex color #6505AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6505AE is #9AFA51. Grayscale: #343434. Windows color (decimal): -10156626 or 11404645. OLE color: 11404645.

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

Color convert

RGB 101 5 174 -
CMYK 0.42 0.97 0 0.32
HSL 274.08º 0.94% 0.35% -
HSV(B) 274.08º 0.97% 0.68% -
XYZ 13.06 5.93 40.5 -
YUV 52.97 196.3 162.26 -
System Red Green Blue C M Y K H S L
Decimal 101 5 174 0.42 0.97 0 0.32 274.08 0.94 0.35
Hex 65 5 AE 2A 61 0 20 112 5E 23
Octal 145 5 256 52 141 0 40 422 136 43
Binary 1100101 101 10101110 101010 1100001 0 100000 100010010 1011110 100011

Color Harmonies of #6505AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6505AE

Black with #6505AE

Text Example


Text Example

White with #6505AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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