Html Css Color HEX #610ABE Purple Heart

📋 copy color: '#610ABE'

red 97 ◦ green 10 ◦ blue 190

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

Shades of Purple Heart #610ABE

Tints of Purple Heart #610ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.97%

R = 32.66%
G = 3.37%
B = 63.97%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#610ABE (or 0x610ABE) is known color: Purple Heart. HEX triplet: 61, 0A and BE. RGB value is (97,10,190). Sum of RGB (Red+Green+Blue) = 97+10+190=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #610ABE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610ABE is #9EF541. Grayscale: #373737. Windows color (decimal): -10417474 or 12454497. OLE color: 12454497.

HSL color Cylindrical-coordinate representation of color #610ABE: hue angle of 269º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610ABE is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 97 10 190 -
CMYK 0.49 0.95 0 0.25
HSL 269º 0.9% 0.39% -
HSV(B) 269º 0.95% 0.75% -
XYZ 14.33 6.48 49.21 -
YUV 56.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 97 10 190 0.49 0.95 0 0.25 269 0.9 0.39
Hex 61 A BE 31 5F 0 19 10D 5A 27
Octal 141 12 276 61 137 0 31 415 132 47
Binary 1100001 1010 10111110 110001 1011111 0 11001 100001101 1011010 100111

Color Harmonies of #610ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610ABE

Black with #610ABE

Text Example


Text Example

White with #610ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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