Html Css Color HEX #610FEE Han Purple

📋 copy color: '#610FEE'

red 97 ◦ green 15 ◦ blue 238

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

Shades of Han Purple #610FEE

Tints of Han Purple #610FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 27.71%
G = 4.29%
B = 68%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#610FEE (or 0x610FEE) is known color: Han Purple. HEX triplet: 61, 0F and EE. RGB value is (97,15,238). Sum of RGB (Red+Green+Blue) = 97+15+238=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #610FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FEE is #9EF011. Grayscale: #404040. Windows color (decimal): -10416146 or 15601505. OLE color: 15601505.

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

Color convert

RGB 97 15 238 -
CMYK 0.59 0.94 0 0.07
HSL 262.06º 0.88% 0.5% -
HSV(B) 262.06º 0.94% 0.93% -
XYZ 20.53 9.06 81.55 -
YUV 64.94 225.67 150.87 -
System Red Green Blue C M Y K H S L
Decimal 97 15 238 0.59 0.94 0 0.07 262.06 0.88 0.5
Hex 61 F EE 3B 5E 0 7 106 58 32
Octal 141 17 356 73 136 0 7 406 130 62
Binary 1100001 1111 11101110 111011 1011110 0 111 100000110 1011000 110010

Color Harmonies of #610FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FEE

Black with #610FEE

Text Example


Text Example

White with #610FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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