Html Css Color HEX #610EE1 Han Purple

📋 copy color: '#610EE1'

red 97 ◦ green 14 ◦ blue 225

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

Shades of Han Purple #610EE1

Tints of Han Purple #610EE1

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.17%

 BLUE value IS 225 (88.28% from 255) = 66.96%

R = 28.87%
G = 4.17%
B = 66.96%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#610EE1 (or 0x610EE1) is known color: Han Purple. HEX triplet: 61, 0E and E1. RGB value is (97,14,225). Sum of RGB (Red+Green+Blue) = 97+14+225=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 225 (88.28% from 255 or 66.96% from 336); Max value from RGB is 225 - color contains mainly: blue. Hex color #610EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610EE1 is #9EF11E. Grayscale: #3E3E3E. Windows color (decimal): -10416415 or 14749281. OLE color: 14749281.

HSL color Cylindrical-coordinate representation of color #610EE1: hue angle of 263.6º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610EE1 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 97 14 225 -
CMYK 0.57 0.94 0 0.12
HSL 263.6º 0.88% 0.47% -
HSV(B) 263.6º 0.94% 0.88% -
XYZ 18.68 8.29 71.85 -
YUV 62.87 219.5 152.34 -
System Red Green Blue C M Y K H S L
Decimal 97 14 225 0.57 0.94 0 0.12 263.6 0.88 0.47
Hex 61 E E1 39 5E 0 C 108 58 2F
Octal 141 16 341 71 136 0 14 410 130 57
Binary 1100001 1110 11100001 111001 1011110 0 1100 100001000 1011000 101111

Color Harmonies of #610EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610EE1

Black with #610EE1

Text Example


Text Example

White with #610EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,14,225); }

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

background-color css

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

 a { background-color: rgb(97,14,225); }

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

border-color css

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

 span { border-color: rgb(97,14,225); }

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