Html Css Color HEX #610FD8 Purple Heart

📋 copy color: '#610FD8'

red 97 ◦ green 15 ◦ blue 216

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

Shades of Purple Heart #610FD8

Tints of Purple Heart #610FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 65.85%

R = 29.57%
G = 4.57%
B = 65.85%

CMYK

 C value IS 0.55

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#610FD8 (or 0x610FD8) is known color: Purple Heart. HEX triplet: 61, 0F and D8. RGB value is (97,15,216). Sum of RGB (Red+Green+Blue) = 97+15+216=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 216 (84.77% from 255 or 65.85% from 328); Max value from RGB is 216 - color contains mainly: blue. Hex color #610FD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FD8 is #9EF027. Grayscale: #3D3D3D. Windows color (decimal): -10416168 or 14159713. OLE color: 14159713.

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

Color convert

RGB 97 15 216 -
CMYK 0.55 0.93 0 0.15
HSL 264.48º 0.87% 0.45% -
HSV(B) 264.48º 0.93% 0.85% -
XYZ 17.5 7.84 65.56 -
YUV 62.43 214.67 152.66 -
System Red Green Blue C M Y K H S L
Decimal 97 15 216 0.55 0.93 0 0.15 264.48 0.87 0.45
Hex 61 F D8 37 5D 0 F 108 57 2D
Octal 141 17 330 67 135 0 17 410 127 55
Binary 1100001 1111 11011000 110111 1011101 0 1111 100001000 1010111 101101

Color Harmonies of #610FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FD8

Black with #610FD8

Text Example


Text Example

White with #610FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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