Html Css Color HEX #610DDC Han Purple

📋 copy color: '#610DDC'

red 97 ◦ green 13 ◦ blue 220

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

Shades of Han Purple #610DDC

Tints of Han Purple #610DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.67%

R = 29.39%
G = 3.94%
B = 66.67%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#610DDC (or 0x610DDC) is known color: Han Purple. HEX triplet: 61, 0D and DC. RGB value is (97,13,220). Sum of RGB (Red+Green+Blue) = 97+13+220=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #610DDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DDC is #9EF223. Grayscale: #3C3C3C. Windows color (decimal): -10416676 or 14421345. OLE color: 14421345.

HSL color Cylindrical-coordinate representation of color #610DDC: hue angle of 264.35º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610DDC is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 13 220 -
CMYK 0.56 0.94 0 0.14
HSL 264.35º 0.89% 0.46% -
HSV(B) 264.35º 0.94% 0.86% -
XYZ 17.99 8 68.31 -
YUV 61.71 217.33 153.17 -
System Red Green Blue C M Y K H S L
Decimal 97 13 220 0.56 0.94 0 0.14 264.35 0.89 0.46
Hex 61 D DC 38 5E 0 E 108 59 2E
Octal 141 15 334 70 136 0 16 410 131 56
Binary 1100001 1101 11011100 111000 1011110 0 1110 100001000 1011001 101110

Color Harmonies of #610DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DDC

Black with #610DDC

Text Example


Text Example

White with #610DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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