Html Css Color HEX #610FED Han Purple

📋 copy color: '#610FED'

red 97 ◦ green 15 ◦ blue 237

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

Shades of Han Purple #610FED

Tints of Han Purple #610FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.91%

R = 27.79%
G = 4.3%
B = 67.91%

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

#610FED (or 0x610FED) is known color: Han Purple. HEX triplet: 61, 0F and ED. RGB value is (97,15,237). Sum of RGB (Red+Green+Blue) = 97+15+237=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 237 (92.97% from 255 or 67.91% from 349); Max value from RGB is 237 - color contains mainly: blue. Hex color #610FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #610FED is #9EF012. Grayscale: #404040. Windows color (decimal): -10416147 or 15535969. OLE color: 15535969.

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

Color convert

RGB 97 15 237 -
CMYK 0.59 0.94 0 0.07
HSL 262.16º 0.88% 0.49% -
HSV(B) 262.16º 0.94% 0.93% -
XYZ 20.39 9 80.78 -
YUV 64.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 97 15 237 0.59 0.94 0 0.07 262.16 0.88 0.49
Hex 61 F ED 3B 5E 0 7 106 58 31
Octal 141 17 355 73 136 0 7 406 130 61
Binary 1100001 1111 11101101 111011 1011110 0 111 100000110 1011000 110001

Color Harmonies of #610FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FED

Black with #610FED

Text Example


Text Example

White with #610FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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