Html Css Color HEX #610FDF Han Purple

📋 copy color: '#610FDF'

red 97 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #610FDF

Tints of Han Purple #610FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.57%

R = 28.96%
G = 4.48%
B = 66.57%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#610FDF (or 0x610FDF) is known color: Han Purple. HEX triplet: 61, 0F and DF. RGB value is (97,15,223). Sum of RGB (Red+Green+Blue) = 97+15+223=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 15 (6.25% from 255 or 4.48% from 335); Blue value is 223 (87.5% from 255 or 66.57% from 335); Max value from RGB is 223 - color contains mainly: blue. Hex color #610FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FDF is #9EF020. Grayscale: #3E3E3E. Windows color (decimal): -10416161 or 14618465. OLE color: 14618465.

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

Color convert

RGB 97 15 223 -
CMYK 0.57 0.93 0 0.13
HSL 263.65º 0.87% 0.47% -
HSV(B) 263.65º 0.93% 0.87% -
XYZ 18.42 8.21 70.43 -
YUV 63.23 218.17 152.09 -
System Red Green Blue C M Y K H S L
Decimal 97 15 223 0.57 0.93 0 0.13 263.65 0.87 0.47
Hex 61 F DF 39 5D 0 D 108 57 2F
Octal 141 17 337 71 135 0 15 410 127 57
Binary 1100001 1111 11011111 111001 1011101 0 1101 100001000 1010111 101111

Color Harmonies of #610FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FDF

Black with #610FDF

Text Example


Text Example

White with #610FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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