Html Css Color HEX #610EAC Purple Heart

📋 copy color: '#610EAC'

red 97 ◦ green 14 ◦ blue 172

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

Shades of Purple Heart #610EAC

Tints of Purple Heart #610EAC

RGB

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

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

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

R = 34.28%
G = 4.95%
B = 60.78%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#610EAC (or 0x610EAC) is known color: Purple Heart. HEX triplet: 61, 0E and AC. RGB value is (97,14,172). Sum of RGB (Red+Green+Blue) = 97+14+172=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #610EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610EAC is #9EF153. Grayscale: #383838. Windows color (decimal): -10416468 or 11275873. OLE color: 11275873.

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

Color convert

RGB 97 14 172 -
CMYK 0.44 0.92 0 0.33
HSL 271.52º 0.85% 0.36% -
HSV(B) 271.52º 0.92% 0.67% -
XYZ 12.53 5.83 39.5 -
YUV 56.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 97 14 172 0.44 0.92 0 0.33 271.52 0.85 0.36
Hex 61 E AC 2C 5C 0 21 110 55 24
Octal 141 16 254 54 134 0 41 420 125 44
Binary 1100001 1110 10101100 101100 1011100 0 100001 100010000 1010101 100100

Color Harmonies of #610EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EAC

Black with #610EAC

Text Example


Text Example

White with #610EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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