Html Css Color HEX #610FEB Han Purple

📋 copy color: '#610FEB'

red 97 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #610FEB

Tints of Han Purple #610FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 27.95%
G = 4.32%
B = 67.72%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#610FEB (or 0x610FEB) is known color: Han Purple. HEX triplet: 61, 0F and EB. RGB value is (97,15,235). Sum of RGB (Red+Green+Blue) = 97+15+235=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #610FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FEB is #9EF014. Grayscale: #3F3F3F. Windows color (decimal): -10416149 or 15404897. OLE color: 15404897.

HSL color Cylindrical-coordinate representation of color #610FEB: hue angle of 262.36º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610FEB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 97 15 235 -
CMYK 0.59 0.94 0 0.08
HSL 262.36º 0.88% 0.49% -
HSV(B) 262.36º 0.94% 0.92% -
XYZ 20.1 8.88 79.25 -
YUV 64.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 97 15 235 0.59 0.94 0 0.08 262.36 0.88 0.49
Hex 61 F EB 3B 5E 0 8 106 58 31
Octal 141 17 353 73 136 0 10 406 130 61
Binary 1100001 1111 11101011 111011 1011110 0 1000 100000110 1011000 110001

Color Harmonies of #610FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FEB

Black with #610FEB

Text Example


Text Example

White with #610FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,235); }

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

background-color css

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

 a { background-color: rgb(97,15,235); }

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

border-color css

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

 span { border-color: rgb(97,15,235); }

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