Html Css Color HEX #610AD6 Purple Heart

📋 copy color: '#610AD6'

red 97 ◦ green 10 ◦ blue 214

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

Shades of Purple Heart #610AD6

Tints of Purple Heart #610AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

 BLUE value IS 214 (83.98% from 255) = 66.67%

R = 30.22%
G = 3.12%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#610AD6 (or 0x610AD6) is known color: Purple Heart. HEX triplet: 61, 0A and D6. RGB value is (97,10,214). Sum of RGB (Red+Green+Blue) = 97+10+214=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 214 (83.98% from 255 or 66.67% from 321); Max value from RGB is 214 - color contains mainly: blue. Hex color #610AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610AD6 is #9EF529. Grayscale: #3A3A3A. Windows color (decimal): -10417450 or 14027361. OLE color: 14027361.

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

Color convert

RGB 97 10 214 -
CMYK 0.55 0.95 0 0.16
HSL 265.59º 0.91% 0.44% -
HSV(B) 265.59º 0.95% 0.84% -
XYZ 17.18 7.61 64.18 -
YUV 59.27 215.32 154.91 -
System Red Green Blue C M Y K H S L
Decimal 97 10 214 0.55 0.95 0 0.16 265.59 0.91 0.44
Hex 61 A D6 37 5F 0 10 10A 5B 2C
Octal 141 12 326 67 137 0 20 412 133 54
Binary 1100001 1010 11010110 110111 1011111 0 10000 100001010 1011011 101100

Color Harmonies of #610AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610AD6

Black with #610AD6

Text Example


Text Example

White with #610AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,10,214); }

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

background-color css

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

 a { background-color: rgb(97,10,214); }

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

border-color css

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

 span { border-color: rgb(97,10,214); }

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