Html Css Color HEX #610DC5 Purple Heart

📋 copy color: '#610DC5'

red 97 ◦ green 13 ◦ blue 197

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

Shades of Purple Heart #610DC5

Tints of Purple Heart #610DC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 64.17%

R = 31.6%
G = 4.23%
B = 64.17%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#610DC5 (or 0x610DC5) is known color: Purple Heart. HEX triplet: 61, 0D and C5. RGB value is (97,13,197). Sum of RGB (Red+Green+Blue) = 97+13+197=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #610DC5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DC5 is #9EF23A. Grayscale: #3A3A3A. Windows color (decimal): -10416699 or 12914017. OLE color: 12914017.

HSL color Cylindrical-coordinate representation of color #610DC5: hue angle of 267.39º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610DC5 is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 13 197 -
CMYK 0.51 0.93 0 0.23
HSL 267.39º 0.88% 0.41% -
HSV(B) 267.39º 0.93% 0.77% -
XYZ 15.15 6.86 53.35 -
YUV 59.09 205.83 155.04 -
System Red Green Blue C M Y K H S L
Decimal 97 13 197 0.51 0.93 0 0.23 267.39 0.88 0.41
Hex 61 D C5 33 5D 0 17 10B 58 29
Octal 141 15 305 63 135 0 27 413 130 51
Binary 1100001 1101 11000101 110011 1011101 0 10111 100001011 1011000 101001

Color Harmonies of #610DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DC5

Black with #610DC5

Text Example


Text Example

White with #610DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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