Html Css Color HEX #6010FD Han Purple

📋 copy color: '#6010FD'

red 96 ◦ green 16 ◦ blue 253

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

Shades of Han Purple #6010FD

Tints of Han Purple #6010FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 26.3%
G = 4.38%
B = 69.32%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6010FD (or 0x6010FD) is known color: Han Purple. HEX triplet: 60, 10 and FD. RGB value is (96,16,253). Sum of RGB (Red+Green+Blue) = 96+16+253=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #6010FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010FD is #9FEF02. Grayscale: #424242. Windows color (decimal): -10481411 or 16584800. OLE color: 16584800.

HSL color Cylindrical-coordinate representation of color #6010FD: hue angle of 260.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6010FD is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 16 253 -
CMYK 0.62 0.94 0 0.01
HSL 260.25º 0.98% 0.53% -
HSV(B) 260.25º 0.94% 0.99% -
XYZ 22.74 9.95 93.65 -
YUV 66.94 233 148.73 -
System Red Green Blue C M Y K H S L
Decimal 96 16 253 0.62 0.94 0 0.01 260.25 0.98 0.53
Hex 60 10 FD 3E 5E 0 1 104 62 35
Octal 140 20 375 76 136 0 1 404 142 65
Binary 1100000 10000 11111101 111110 1011110 0 1 100000100 1100010 110101

Color Harmonies of #6010FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010FD

Black with #6010FD

Text Example


Text Example

White with #6010FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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