Html Css Color HEX #6010F2 Han Purple

📋 copy color: '#6010F2'

red 96 ◦ green 16 ◦ blue 242

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

Shades of Han Purple #6010F2

Tints of Han Purple #6010F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 68.36%

R = 27.12%
G = 4.52%
B = 68.36%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6010F2 (or 0x6010F2) is known color: Han Purple. HEX triplet: 60, 10 and F2. RGB value is (96,16,242). Sum of RGB (Red+Green+Blue) = 96+16+242=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 242 (94.92% from 255 or 68.36% from 354); Max value from RGB is 242 - color contains mainly: blue. Hex color #6010F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6010F2 is #9FEF0D. Grayscale: #404040. Windows color (decimal): -10481422 or 15863904. OLE color: 15863904.

HSL color Cylindrical-coordinate representation of color #6010F2: hue angle of 261.24º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6010F2 is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 16 242 -
CMYK 0.60 0.93 0 0.05
HSL 261.24º 0.9% 0.51% -
HSV(B) 261.24º 0.93% 0.95% -
XYZ 21.04 9.27 84.68 -
YUV 65.68 227.5 149.62 -
System Red Green Blue C M Y K H S L
Decimal 96 16 242 0.60 0.93 0 0.05 261.24 0.9 0.51
Hex 60 10 F2 3C 5D 0 5 105 5A 33
Octal 140 20 362 74 135 0 5 405 132 63
Binary 1100000 10000 11110010 111100 1011101 0 101 100000101 1011010 110011

Color Harmonies of #6010F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010F2

Black with #6010F2

Text Example


Text Example

White with #6010F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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