Html Css Color HEX #650AAE Purple Heart

📋 copy color: '#650AAE'

red 101 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #650AAE

Tints of Purple Heart #650AAE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

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

R = 35.44%
G = 3.51%
B = 61.05%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#650AAE (or 0x650AAE) is known color: Purple Heart. HEX triplet: 65, 0A and AE. RGB value is (101,10,174). Sum of RGB (Red+Green+Blue) = 101+10+174=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 174 (68.36% from 255 or 61.05% from 285); Max value from RGB is 174 - color contains mainly: blue. Hex color #650AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AAE is #9AF551. Grayscale: #373737. Windows color (decimal): -10155346 or 11405925. OLE color: 11405925.

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

Color convert

RGB 101 10 174 -
CMYK 0.42 0.94 0 0.32
HSL 273.29º 0.89% 0.36% -
HSV(B) 273.29º 0.94% 0.68% -
XYZ 13.12 6.04 40.52 -
YUV 55.91 194.65 160.16 -
System Red Green Blue C M Y K H S L
Decimal 101 10 174 0.42 0.94 0 0.32 273.29 0.89 0.36
Hex 65 A AE 2A 5E 0 20 111 59 24
Octal 145 12 256 52 136 0 40 421 131 44
Binary 1100101 1010 10101110 101010 1011110 0 100000 100010001 1011001 100100

Color Harmonies of #650AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650AAE

Black with #650AAE

Text Example


Text Example

White with #650AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650AAE; }

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

 H1.HeaderClassName
 {
   color: #650AAE;
 }
 .AnyTagClassName
 {
   color: #650AAE;
 }
</style>

background-color css

<style>
 a { background-color: #650AAE; }

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

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

border-color css

<style>
 span { border-color: #650AAE; }

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

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