Html Css Color HEX #610DDB Han Purple

📋 copy color: '#610DDB'

red 97 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #610DDB

Tints of Han Purple #610DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 66.57%

R = 29.48%
G = 3.95%
B = 66.57%

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

#610DDB (or 0x610DDB) is known color: Han Purple. HEX triplet: 61, 0D and DB. RGB value is (97,13,219). Sum of RGB (Red+Green+Blue) = 97+13+219=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #610DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610DDB is #9EF224. Grayscale: #3C3C3C. Windows color (decimal): -10416677 or 14355809. OLE color: 14355809.

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

Color convert

RGB 97 13 219 -
CMYK 0.56 0.94 0 0.14
HSL 264.47º 0.89% 0.45% -
HSV(B) 264.47º 0.94% 0.86% -
XYZ 17.86 7.94 67.61 -
YUV 61.6 216.83 153.25 -
System Red Green Blue C M Y K H S L
Decimal 97 13 219 0.56 0.94 0 0.14 264.47 0.89 0.45
Hex 61 D DB 38 5E 0 E 108 59 2D
Octal 141 15 333 70 136 0 16 410 131 55
Binary 1100001 1101 11011011 111000 1011110 0 1110 100001000 1011001 101101

Color Harmonies of #610DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610DDB

Black with #610DDB

Text Example


Text Example

White with #610DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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