Html Css Color HEX #610DCC Purple Heart

📋 copy color: '#610DCC'

red 97 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #610DCC

Tints of Purple Heart #610DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.97%

R = 30.89%
G = 4.14%
B = 64.97%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#610DCC (or 0x610DCC) is known color: Purple Heart. HEX triplet: 61, 0D and CC. RGB value is (97,13,204). Sum of RGB (Red+Green+Blue) = 97+13+204=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #610DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DCC is #9EF233. Grayscale: #3B3B3B. Windows color (decimal): -10416692 or 13372769. OLE color: 13372769.

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

Color convert

RGB 97 13 204 -
CMYK 0.52 0.94 0 0.2
HSL 266.39º 0.88% 0.43% -
HSV(B) 266.39º 0.94% 0.8% -
XYZ 15.97 7.19 57.67 -
YUV 59.89 209.33 154.47 -
System Red Green Blue C M Y K H S L
Decimal 97 13 204 0.52 0.94 0 0.2 266.39 0.88 0.43
Hex 61 D CC 34 5E 0 14 10A 58 2B
Octal 141 15 314 64 136 0 24 412 130 53
Binary 1100001 1101 11001100 110100 1011110 0 10100 100001010 1011000 101011

Color Harmonies of #610DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DCC

Black with #610DCC

Text Example


Text Example

White with #610DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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