Html Css Color HEX #610DCE Purple Heart

📋 copy color: '#610DCE'

red 97 ◦ green 13 ◦ blue 206

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

Shades of Purple Heart #610DCE

Tints of Purple Heart #610DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.19%

R = 30.7%
G = 4.11%
B = 65.19%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#610DCE (or 0x610DCE) is known color: Purple Heart. HEX triplet: 61, 0D and CE. RGB value is (97,13,206). Sum of RGB (Red+Green+Blue) = 97+13+206=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 206 (80.86% from 255 or 65.19% from 316); Max value from RGB is 206 - color contains mainly: blue. Hex color #610DCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DCE is #9EF231. Grayscale: #3B3B3B. Windows color (decimal): -10416690 or 13503841. OLE color: 13503841.

HSL color Cylindrical-coordinate representation of color #610DCE: hue angle of 266.11º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610DCE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 13 206 -
CMYK 0.53 0.94 0 0.19
HSL 266.11º 0.88% 0.43% -
HSV(B) 266.11º 0.94% 0.81% -
XYZ 16.21 7.29 58.94 -
YUV 60.12 210.33 154.31 -
System Red Green Blue C M Y K H S L
Decimal 97 13 206 0.53 0.94 0 0.19 266.11 0.88 0.43
Hex 61 D CE 35 5E 0 13 10A 58 2B
Octal 141 15 316 65 136 0 23 412 130 53
Binary 1100001 1101 11001110 110101 1011110 0 10011 100001010 1011000 101011

Color Harmonies of #610DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DCE

Black with #610DCE

Text Example


Text Example

White with #610DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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