#6033F2

Color #6033F2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6033F2

Tints of Han Purple #6033F2

Color information

#6033F2 (or 0x6033F2) is unknown color: approx Han Purple. HEX triplet: 60, 33 and F2. RGB value is (96,51,242). Sum of RGB (Red+Green+Blue) = 96+51+242=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 51 (20.31% from 255 or 13.11% from 389); Blue value is 242 (94.92% from 255 or 62.21% from 389); Max value from RGB is 242 - color contains mainly: blue. Hex color #6033F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6033F2 is #9FCC0D. Grayscale: #555555. Windows color (decimal): -10472462 or 15872864. OLE color: 15872864.

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

Color convert

RGB9651242-
CMYK0.600.7900.05
HSL254.14º88.02%57.45%-
HSV(B)254.14º78.93%94.9%-
XYZ22.0311.2785.02-
YUV86.23215.91134.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.68%
GREEN value IS 51 (20.31% from 255) = 13.11%
BLUE value IS 242 (94.92% from 255) = 62.21%
R=24.68%
G=13.11%
B=62.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96512420.600.7900.05254.1488.0257.45
Hex6033F23C4F05fe5839
Octal14063362741170537613071
Binary11000001100111111001011110010011110101111111101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6033F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6033F2;
 }
 .AnyTagClassName
 {
   color: #6033F2;
 }
</style>
background-color css

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

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

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

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

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

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