Html Css Color HEX #610CAB Purple Heart

📋 copy color: '#610CAB'

red 97 ◦ green 12 ◦ blue 171

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

Shades of Purple Heart #610CAB

Tints of Purple Heart #610CAB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

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

R = 34.64%
G = 4.29%
B = 61.07%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610CAB (or 0x610CAB) is known color: Purple Heart. HEX triplet: 61, 0C and AB. RGB value is (97,12,171). Sum of RGB (Red+Green+Blue) = 97+12+171=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 171 (67.19% from 255 or 61.07% from 280); Max value from RGB is 171 - color contains mainly: blue. Hex color #610CAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610CAB is #9EF354. Grayscale: #363636. Windows color (decimal): -10416981 or 11209825. OLE color: 11209825.

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

Color convert

RGB 97 12 171 -
CMYK 0.43 0.93 0 0.33
HSL 272.08º 0.87% 0.36% -
HSV(B) 272.08º 0.93% 0.67% -
XYZ 12.41 5.74 38.98 -
YUV 55.54 193.16 157.57 -
System Red Green Blue C M Y K H S L
Decimal 97 12 171 0.43 0.93 0 0.33 272.08 0.87 0.36
Hex 61 C AB 2B 5D 0 21 110 57 24
Octal 141 14 253 53 135 0 41 420 127 44
Binary 1100001 1100 10101011 101011 1011101 0 100001 100010000 1010111 100100

Color Harmonies of #610CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CAB

Black with #610CAB

Text Example


Text Example

White with #610CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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