Html Css Color HEX #610EAD Purple Heart

📋 copy color: '#610EAD'

red 97 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #610EAD

Tints of Purple Heart #610EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 60.92%

R = 34.15%
G = 4.93%
B = 60.92%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#610EAD (or 0x610EAD) is known color: Purple Heart. HEX triplet: 61, 0E and AD. RGB value is (97,14,173). Sum of RGB (Red+Green+Blue) = 97+14+173=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #610EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610EAD is #9EF152. Grayscale: #383838. Windows color (decimal): -10416467 or 11341409. OLE color: 11341409.

HSL color Cylindrical-coordinate representation of color #610EAD: hue angle of 271.32º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #610EAD is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 14 173 -
CMYK 0.44 0.92 0 0.32
HSL 271.32º 0.85% 0.37% -
HSV(B) 271.32º 0.92% 0.68% -
XYZ 12.63 5.87 40 -
YUV 56.94 193.5 156.57 -
System Red Green Blue C M Y K H S L
Decimal 97 14 173 0.44 0.92 0 0.32 271.32 0.85 0.37
Hex 61 E AD 2C 5C 0 20 10F 55 25
Octal 141 16 255 54 134 0 40 417 125 45
Binary 1100001 1110 10101101 101100 1011100 0 100000 100001111 1010101 100101

Color Harmonies of #610EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EAD

Black with #610EAD

Text Example


Text Example

White with #610EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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