Html Css Color HEX #610FDA Han Purple

📋 copy color: '#610FDA'

red 97 ◦ green 15 ◦ blue 218

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

Shades of Han Purple #610FDA

Tints of Han Purple #610FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 66.06%

R = 29.39%
G = 4.55%
B = 66.06%

CMYK

 C value IS 0.56

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#610FDA (or 0x610FDA) is known color: Han Purple. HEX triplet: 61, 0F and DA. RGB value is (97,15,218). Sum of RGB (Red+Green+Blue) = 97+15+218=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #610FDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #610FDA is #9EF025. Grayscale: #3D3D3D. Windows color (decimal): -10416166 or 14290785. OLE color: 14290785.

HSL color Cylindrical-coordinate representation of color #610FDA: hue angle of 264.24º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #610FDA is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 15 218 -
CMYK 0.56 0.93 0 0.15
HSL 264.24º 0.87% 0.46% -
HSV(B) 264.24º 0.93% 0.85% -
XYZ 17.76 7.94 66.93 -
YUV 62.66 215.67 152.49 -
System Red Green Blue C M Y K H S L
Decimal 97 15 218 0.56 0.93 0 0.15 264.24 0.87 0.46
Hex 61 F DA 38 5D 0 F 108 57 2E
Octal 141 17 332 70 135 0 17 410 127 56
Binary 1100001 1111 11011010 111000 1011101 0 1111 100001000 1010111 101110

Color Harmonies of #610FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610FDA

Black with #610FDA

Text Example


Text Example

White with #610FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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