Html Css Color HEX #610DDD Han Purple

📋 copy color: '#610DDD'

red 97 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #610DDD

Tints of Han Purple #610DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 29.31%
G = 3.93%
B = 66.77%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#610DDD (or 0x610DDD) is known color: Han Purple. HEX triplet: 61, 0D and DD. RGB value is (97,13,221). Sum of RGB (Red+Green+Blue) = 97+13+221=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #610DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DDD is #9EF222. Grayscale: #3D3D3D. Windows color (decimal): -10416675 or 14486881. OLE color: 14486881.

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

Color convert

RGB 97 13 221 -
CMYK 0.56 0.94 0 0.13
HSL 264.23º 0.89% 0.46% -
HSV(B) 264.23º 0.94% 0.87% -
XYZ 18.12 8.05 69.01 -
YUV 61.83 217.83 153.09 -
System Red Green Blue C M Y K H S L
Decimal 97 13 221 0.56 0.94 0 0.13 264.23 0.89 0.46
Hex 61 D DD 38 5E 0 D 108 59 2E
Octal 141 15 335 70 136 0 15 410 131 56
Binary 1100001 1101 11011101 111000 1011110 0 1101 100001000 1011001 101110

Color Harmonies of #610DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DDD

Black with #610DDD

Text Example


Text Example

White with #610DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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