Html Css Color HEX #610AAB Purple Heart

📋 copy color: '#610AAB'

red 97 ◦ green 10 ◦ blue 171

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

Shades of Purple Heart #610AAB

Tints of Purple Heart #610AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 34.89%
G = 3.6%
B = 61.51%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610AAB (or 0x610AAB) is known color: Purple Heart. HEX triplet: 61, 0A and AB. RGB value is (97,10,171). Sum of RGB (Red+Green+Blue) = 97+10+171=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #610AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610AAB is #9EF554. Grayscale: #353535. Windows color (decimal): -10417493 or 11209313. OLE color: 11209313.

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

Color convert

RGB 97 10 171 -
CMYK 0.43 0.94 0 0.33
HSL 272.42º 0.89% 0.35% -
HSV(B) 272.42º 0.94% 0.67% -
XYZ 12.39 5.7 38.98 -
YUV 54.37 193.82 158.41 -
System Red Green Blue C M Y K H S L
Decimal 97 10 171 0.43 0.94 0 0.33 272.42 0.89 0.35
Hex 61 A AB 2B 5E 0 21 110 59 23
Octal 141 12 253 53 136 0 41 420 131 43
Binary 1100001 1010 10101011 101011 1011110 0 100001 100010000 1011001 100011

Color Harmonies of #610AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AAB

Black with #610AAB

Text Example


Text Example

White with #610AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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