Html Css Color HEX #610CAC Purple Heart

📋 copy color: '#610CAC'

red 97 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #610CAC

Tints of Purple Heart #610CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 61.21%

R = 34.52%
G = 4.27%
B = 61.21%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610CAC (or 0x610CAC) is known color: Purple Heart. HEX triplet: 61, 0C and AC. RGB value is (97,12,172). Sum of RGB (Red+Green+Blue) = 97+12+172=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #610CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610CAC is #9EF353. Grayscale: #373737. Windows color (decimal): -10416980 or 11275361. OLE color: 11275361.

HSL color Cylindrical-coordinate representation of color #610CAC: hue angle of 271.88º 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 #610CAC is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 12 172 -
CMYK 0.44 0.93 0 0.33
HSL 271.88º 0.87% 0.36% -
HSV(B) 271.88º 0.93% 0.67% -
XYZ 12.51 5.78 39.49 -
YUV 55.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 97 12 172 0.44 0.93 0 0.33 271.88 0.87 0.36
Hex 61 C AC 2C 5D 0 21 110 57 24
Octal 141 14 254 54 135 0 41 420 127 44
Binary 1100001 1100 10101100 101100 1011101 0 100001 100010000 1010111 100100

Color Harmonies of #610CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610CAC

Black with #610CAC

Text Example


Text Example

White with #610CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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