Html Css Color HEX #610DAE Purple Heart

📋 copy color: '#610DAE'

red 97 ◦ green 13 ◦ blue 174

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

Shades of Purple Heart #610DAE

Tints of Purple Heart #610DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.58%

 BLUE value IS 174 (68.36% from 255) = 61.27%

R = 34.15%
G = 4.58%
B = 61.27%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#610DAE (or 0x610DAE) is known color: Purple Heart. HEX triplet: 61, 0D and AE. RGB value is (97,13,174). Sum of RGB (Red+Green+Blue) = 97+13+174=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #610DAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610DAE is #9EF251. Grayscale: #373737. Windows color (decimal): -10416722 or 11406689. OLE color: 11406689.

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

Color convert

RGB 97 13 174 -
CMYK 0.44 0.93 0 0.32
HSL 271.3º 0.86% 0.37% -
HSV(B) 271.3º 0.93% 0.68% -
XYZ 12.71 5.89 40.51 -
YUV 56.47 194.33 156.91 -
System Red Green Blue C M Y K H S L
Decimal 97 13 174 0.44 0.93 0 0.32 271.3 0.86 0.37
Hex 61 D AE 2C 5D 0 20 10F 56 25
Octal 141 15 256 54 135 0 40 417 126 45
Binary 1100001 1101 10101110 101100 1011101 0 100000 100001111 1010110 100101

Color Harmonies of #610DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DAE

Black with #610DAE

Text Example


Text Example

White with #610DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,13,174); }

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

background-color css

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

 a { background-color: rgb(97,13,174); }

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

border-color css

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

 span { border-color: rgb(97,13,174); }

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