Html Css Color HEX #610AAD Purple Heart

📋 copy color: '#610AAD'

red 97 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #610AAD

Tints of Purple Heart #610AAD

RGB

 RED value IS 97 (38.28% from 255) = 34.64%

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

 BLUE value IS 173 (67.97% from 255) = 61.79%

R = 34.64%
G = 3.57%
B = 61.79%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#610AAD (or 0x610AAD) is known color: Purple Heart. HEX triplet: 61, 0A and AD. RGB value is (97,10,173). Sum of RGB (Red+Green+Blue) = 97+10+173=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #610AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AAD is #9EF552. Grayscale: #363636. Windows color (decimal): -10417491 or 11340385. OLE color: 11340385.

HSL color Cylindrical-coordinate representation of color #610AAD: hue angle of 272.02º 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 #610AAD is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 10 173 -
CMYK 0.44 0.94 0 0.32
HSL 272.02º 0.89% 0.36% -
HSV(B) 272.02º 0.94% 0.68% -
XYZ 12.58 5.78 39.99 -
YUV 54.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 97 10 173 0.44 0.94 0 0.32 272.02 0.89 0.36
Hex 61 A AD 2C 5E 0 20 110 59 24
Octal 141 12 255 54 136 0 40 420 131 44
Binary 1100001 1010 10101101 101100 1011110 0 100000 100010000 1011001 100100

Color Harmonies of #610AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AAD

Black with #610AAD

Text Example


Text Example

White with #610AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610AAD; }

 p { color: rgb(97,10,173); }

 H1.HeaderClassName
 {
   color: #610AAD;
 }
 .AnyTagClassName
 {
   color: #610AAD;
 }
</style>

background-color css

<style>
 a { background-color: #610AAD; }

 a { background-color: rgb(97,10,173); }

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

border-color css

<style>
 span { border-color: #610AAD; }

 span { border-color: rgb(97,10,173); }

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