Html Css Color HEX #610EAB Purple Heart

📋 copy color: '#610EAB'

red 97 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #610EAB

Tints of Purple Heart #610EAB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.96%

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

R = 34.4%
G = 4.96%
B = 60.64%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610EAB (or 0x610EAB) is known color: Purple Heart. HEX triplet: 61, 0E and AB. RGB value is (97,14,171). Sum of RGB (Red+Green+Blue) = 97+14+171=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 171 (67.19% from 255 or 60.64% from 282); Max value from RGB is 171 - color contains mainly: blue. Hex color #610EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610EAB is #9EF154. Grayscale: #383838. Windows color (decimal): -10416469 or 11210337. OLE color: 11210337.

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

Color convert

RGB 97 14 171 -
CMYK 0.43 0.92 0 0.33
HSL 271.72º 0.85% 0.36% -
HSV(B) 271.72º 0.92% 0.67% -
XYZ 12.44 5.8 38.99 -
YUV 56.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 97 14 171 0.43 0.92 0 0.33 271.72 0.85 0.36
Hex 61 E AB 2B 5C 0 21 110 55 24
Octal 141 16 253 53 134 0 41 420 125 44
Binary 1100001 1110 10101011 101011 1011100 0 100001 100010000 1010101 100100

Color Harmonies of #610EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EAB

Black with #610EAB

Text Example


Text Example

White with #610EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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