Html Css Color HEX #610FAD Purple Heart

📋 copy color: '#610FAD'

red 97 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #610FAD

Tints of Purple Heart #610FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.26%

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

R = 34.04%
G = 5.26%
B = 60.7%

CMYK

 C value IS 0.44

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#610FAD (or 0x610FAD) is known color: Purple Heart. HEX triplet: 61, 0F and AD. RGB value is (97,15,173). Sum of RGB (Red+Green+Blue) = 97+15+173=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 15 (6.25% from 255 or 5.26% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #610FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610FAD is #9EF052. Grayscale: #383838. Windows color (decimal): -10416211 or 11341665. OLE color: 11341665.

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

Color convert

RGB 97 15 173 -
CMYK 0.44 0.91 0 0.32
HSL 271.14º 0.84% 0.37% -
HSV(B) 271.14º 0.91% 0.68% -
XYZ 12.64 5.9 40.01 -
YUV 57.53 193.17 156.15 -
System Red Green Blue C M Y K H S L
Decimal 97 15 173 0.44 0.91 0 0.32 271.14 0.84 0.37
Hex 61 F AD 2C 5B 0 20 10F 54 25
Octal 141 17 255 54 133 0 40 417 124 45
Binary 1100001 1111 10101101 101100 1011011 0 100000 100001111 1010100 100101

Color Harmonies of #610FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FAD

Black with #610FAD

Text Example


Text Example

White with #610FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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