Html Css Color HEX #610FEF Han Purple

📋 copy color: '#610FEF'

red 97 ◦ green 15 ◦ blue 239

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

Shades of Han Purple #610FEF

Tints of Han Purple #610FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 68.09%

R = 27.64%
G = 4.27%
B = 68.09%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#610FEF (or 0x610FEF) is known color: Han Purple. HEX triplet: 61, 0F and EF. RGB value is (97,15,239). Sum of RGB (Red+Green+Blue) = 97+15+239=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #610FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FEF is #9EF010. Grayscale: #404040. Windows color (decimal): -10416145 or 15667041. OLE color: 15667041.

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

Color convert

RGB 97 15 239 -
CMYK 0.59 0.94 0 0.06
HSL 261.96º 0.88% 0.5% -
HSV(B) 261.96º 0.94% 0.94% -
XYZ 20.68 9.12 82.33 -
YUV 65.05 226.17 150.79 -
System Red Green Blue C M Y K H S L
Decimal 97 15 239 0.59 0.94 0 0.06 261.96 0.88 0.5
Hex 61 F EF 3B 5E 0 6 106 58 32
Octal 141 17 357 73 136 0 6 406 130 62
Binary 1100001 1111 11101111 111011 1011110 0 110 100000110 1011000 110010

Color Harmonies of #610FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FEF

Black with #610FEF

Text Example


Text Example

White with #610FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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