Html Css Color HEX #610BAE Purple Heart

📋 copy color: '#610BAE'

red 97 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #610BAE

Tints of Purple Heart #610BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 174 (68.36% from 255) = 61.7%

R = 34.4%
G = 3.9%
B = 61.7%

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

#610BAE (or 0x610BAE) is known color: Purple Heart. HEX triplet: 61, 0B and AE. RGB value is (97,11,174). Sum of RGB (Red+Green+Blue) = 97+11+174=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #610BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610BAE is #9EF451. Grayscale: #363636. Windows color (decimal): -10417234 or 11406177. OLE color: 11406177.

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

Color convert

RGB 97 11 174 -
CMYK 0.44 0.94 0 0.32
HSL 271.66º 0.88% 0.36% -
HSV(B) 271.66º 0.94% 0.68% -
XYZ 12.69 5.84 40.5 -
YUV 55.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 97 11 174 0.44 0.94 0 0.32 271.66 0.88 0.36
Hex 61 B AE 2C 5E 0 20 110 58 24
Octal 141 13 256 54 136 0 40 420 130 44
Binary 1100001 1011 10101110 101100 1011110 0 100000 100010000 1011000 100100

Color Harmonies of #610BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610BAE

Black with #610BAE

Text Example


Text Example

White with #610BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,174); }

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

background-color css

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

 a { background-color: rgb(97,11,174); }

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

border-color css

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

 span { border-color: rgb(97,11,174); }

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