Html Css Color HEX #610FD5 Purple Heart

📋 copy color: '#610FD5'

red 97 ◦ green 15 ◦ blue 213

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

Shades of Purple Heart #610FD5

Tints of Purple Heart #610FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.54%

R = 29.85%
G = 4.62%
B = 65.54%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#610FD5 (or 0x610FD5) is known color: Purple Heart. HEX triplet: 61, 0F and D5. RGB value is (97,15,213). Sum of RGB (Red+Green+Blue) = 97+15+213=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 213 (83.59% from 255 or 65.54% from 325); Max value from RGB is 213 - color contains mainly: blue. Hex color #610FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FD5 is #9EF02A. Grayscale: #3D3D3D. Windows color (decimal): -10416171 or 13963105. OLE color: 13963105.

HSL color Cylindrical-coordinate representation of color #610FD5: hue angle of 264.85º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FD5 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 15 213 -
CMYK 0.54 0.93 0 0.16
HSL 264.85º 0.87% 0.45% -
HSV(B) 264.85º 0.93% 0.84% -
XYZ 17.11 7.69 63.53 -
YUV 62.09 213.17 152.9 -
System Red Green Blue C M Y K H S L
Decimal 97 15 213 0.54 0.93 0 0.16 264.85 0.87 0.45
Hex 61 F D5 36 5D 0 10 109 57 2D
Octal 141 17 325 66 135 0 20 411 127 55
Binary 1100001 1111 11010101 110110 1011101 0 10000 100001001 1010111 101101

Color Harmonies of #610FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FD5

Black with #610FD5

Text Example


Text Example

White with #610FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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