Html Css Color HEX #610AAF Purple Heart

📋 copy color: '#610AAF'

red 97 ◦ green 10 ◦ blue 175

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

Shades of Purple Heart #610AAF

Tints of Purple Heart #610AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 62.06%

R = 34.4%
G = 3.55%
B = 62.06%

CMYK

 C value IS 0.45

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#610AAF (or 0x610AAF) is known color: Purple Heart. HEX triplet: 61, 0A and AF. RGB value is (97,10,175). Sum of RGB (Red+Green+Blue) = 97+10+175=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 10 (4.30% from 255 or 3.55% from 282); Blue value is 175 (68.75% from 255 or 62.06% from 282); Max value from RGB is 175 - color contains mainly: blue. Hex color #610AAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AAF is #9EF550. Grayscale: #363636. Windows color (decimal): -10417489 or 11471457. OLE color: 11471457.

HSL color Cylindrical-coordinate representation of color #610AAF: hue angle of 271.64º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610AAF is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 10 175 -
CMYK 0.45 0.94 0 0.31
HSL 271.64º 0.89% 0.36% -
HSV(B) 271.64º 0.94% 0.69% -
XYZ 12.78 5.85 41.01 -
YUV 54.82 195.82 158.08 -
System Red Green Blue C M Y K H S L
Decimal 97 10 175 0.45 0.94 0 0.31 271.64 0.89 0.36
Hex 61 A AF 2D 5E 0 1F 110 59 24
Octal 141 12 257 55 136 0 37 420 131 44
Binary 1100001 1010 10101111 101101 1011110 0 11111 100010000 1011001 100100

Color Harmonies of #610AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AAF

Black with #610AAF

Text Example


Text Example

White with #610AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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