Html Css Color HEX #6010FA Han Purple

📋 copy color: '#6010FA'

red 96 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #6010FA

Tints of Han Purple #6010FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 69.06%

R = 26.52%
G = 4.42%
B = 69.06%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6010FA (or 0x6010FA) is known color: Han Purple. HEX triplet: 60, 10 and FA. RGB value is (96,16,250). Sum of RGB (Red+Green+Blue) = 96+16+250=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 250 (98.05% from 255 or 69.06% from 362); Max value from RGB is 250 - color contains mainly: blue. Hex color #6010FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010FA is #9FEF05. Grayscale: #414141. Windows color (decimal): -10481414 or 16388192. OLE color: 16388192.

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

Color convert

RGB 96 16 250 -
CMYK 0.62 0.94 0 0.02
HSL 260.51º 0.96% 0.52% -
HSV(B) 260.51º 0.94% 0.98% -
XYZ 22.26 9.76 91.15 -
YUV 66.6 231.5 148.97 -
System Red Green Blue C M Y K H S L
Decimal 96 16 250 0.62 0.94 0 0.02 260.51 0.96 0.52
Hex 60 10 FA 3E 5E 0 2 105 60 34
Octal 140 20 372 76 136 0 2 405 140 64
Binary 1100000 10000 11111010 111110 1011110 0 10 100000101 1100000 110100

Color Harmonies of #6010FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010FA

Black with #6010FA

Text Example


Text Example

White with #6010FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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