Html Css Color HEX #6010DA Han Purple

📋 copy color: '#6010DA'

red 96 ◦ green 16 ◦ blue 218

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

Shades of Han Purple #6010DA

Tints of Han Purple #6010DA

RGB

 RED value IS 96 (37.89% from 255) = 29.09%

 GREEN value IS 16 (6.64% from 255) = 4.85%

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

R = 29.09%
G = 4.85%
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

#6010DA (or 0x6010DA) is known color: Han Purple. HEX triplet: 60, 10 and DA. RGB value is (96,16,218). Sum of RGB (Red+Green+Blue) = 96+16+218=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 16 (6.64% from 255 or 4.85% 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 #6010DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010DA is #9FEF25. Grayscale: #3E3E3E. Windows color (decimal): -10481446 or 14291040. OLE color: 14291040.

HSL color Cylindrical-coordinate representation of color #6010DA: hue angle of 263.76º degrees, saturation: 0.86, 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 #6010DA is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 16 218 -
CMYK 0.56 0.93 0 0.15
HSL 263.76º 0.86% 0.46% -
HSV(B) 263.76º 0.93% 0.85% -
XYZ 17.66 7.92 66.93 -
YUV 62.95 215.5 151.57 -
System Red Green Blue C M Y K H S L
Decimal 96 16 218 0.56 0.93 0 0.15 263.76 0.86 0.46
Hex 60 10 DA 38 5D 0 F 108 56 2E
Octal 140 20 332 70 135 0 17 410 126 56
Binary 1100000 10000 11011010 111000 1011101 0 1111 100001000 1010110 101110

Color Harmonies of #6010DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010DA

Black with #6010DA

Text Example


Text Example

White with #6010DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6010DA; }

 p { color: rgb(96,16,218); }

 H1.HeaderClassName
 {
   color: #6010DA;
 }
 .AnyTagClassName
 {
   color: #6010DA;
 }
</style>

background-color css

<style>
 a { background-color: #6010DA; }

 a { background-color: rgb(96,16,218); }

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

border-color css

<style>
 span { border-color: #6010DA; }

 span { border-color: rgb(96,16,218); }

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