Html Css Color HEX #610FCD Purple Heart

📋 copy color: '#610FCD'

red 97 ◦ green 15 ◦ blue 205

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

Shades of Purple Heart #610FCD

Tints of Purple Heart #610FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.67%

R = 30.6%
G = 4.73%
B = 64.67%

CMYK

 C value IS 0.53

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#610FCD (or 0x610FCD) is known color: Purple Heart. HEX triplet: 61, 0F and CD. RGB value is (97,15,205). Sum of RGB (Red+Green+Blue) = 97+15+205=317 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.60% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 205 (80.47% from 255 or 64.67% from 317); Max value from RGB is 205 - color contains mainly: blue. Hex color #610FCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FCD is #9EF032. Grayscale: #3C3C3C. Windows color (decimal): -10416179 or 13438817. OLE color: 13438817.

HSL color Cylindrical-coordinate representation of color #610FCD: hue angle of 265.89º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FCD is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 15 205 -
CMYK 0.53 0.93 0 0.20
HSL 265.89º 0.86% 0.43% -
HSV(B) 265.89º 0.93% 0.8% -
XYZ 16.12 7.29 58.32 -
YUV 61.18 209.17 153.55 -
System Red Green Blue C M Y K H S L
Decimal 97 15 205 0.53 0.93 0 0.20 265.89 0.86 0.43
Hex 61 F CD 35 5D 0 14 10A 56 2B
Octal 141 17 315 65 135 0 24 412 126 53
Binary 1100001 1111 11001101 110101 1011101 0 10100 100001010 1010110 101011

Color Harmonies of #610FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FCD

Black with #610FCD

Text Example


Text Example

White with #610FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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