Html Css Color HEX #650AAC Purple Heart

📋 copy color: '#650AAC'

red 101 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #650AAC

Tints of Purple Heart #650AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.78%

R = 35.69%
G = 3.53%
B = 60.78%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#650AAC (or 0x650AAC) is known color: Purple Heart. HEX triplet: 65, 0A and AC. RGB value is (101,10,172). Sum of RGB (Red+Green+Blue) = 101+10+172=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #650AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650AAC is #9AF553. Grayscale: #373737. Windows color (decimal): -10155348 or 11274853. OLE color: 11274853.

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

Color convert

RGB 101 10 172 -
CMYK 0.41 0.94 0 0.33
HSL 273.7º 0.89% 0.36% -
HSV(B) 273.7º 0.94% 0.67% -
XYZ 12.92 5.96 39.5 -
YUV 55.68 193.65 160.33 -
System Red Green Blue C M Y K H S L
Decimal 101 10 172 0.41 0.94 0 0.33 273.7 0.89 0.36
Hex 65 A AC 29 5E 0 21 112 59 24
Octal 145 12 254 51 136 0 41 422 131 44
Binary 1100101 1010 10101100 101001 1011110 0 100001 100010010 1011001 100100

Color Harmonies of #650AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650AAC

Black with #650AAC

Text Example


Text Example

White with #650AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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