#6037F1

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

Shades of Han Purple #6037F1

Tints of Han Purple #6037F1

Color information

#6037F1 (or 0x6037F1) is unknown color: approx Han Purple. HEX triplet: 60, 37 and F1. RGB value is (96,55,241). Sum of RGB (Red+Green+Blue) = 96+55+241=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 241 (94.53% from 255 or 61.48% from 392); Max value from RGB is 241 - color contains mainly: blue. Hex color #6037F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6037F1 is #9FC80E. Grayscale: #575757. Windows color (decimal): -10471439 or 15808352. OLE color: 15808352.

HSL color Cylindrical-coordinate representation of color #6037F1: hue angle of 253.23º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6037F1 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9655241-
CMYK0.600.7700.05
HSL253.23º86.92%58.04%-
HSV(B)253.23º77.18%94.51%-
XYZ22.0711.5784.29-
YUV88.46214.08133.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 55 (21.88% from 255) = 14.03%
BLUE value IS 241 (94.53% from 255) = 61.48%
R=24.49%
G=14.03%
B=61.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96552410.600.7700.05253.2386.9258.04
Hex6037F13C4D05fd573a
Octal14067361741150537512772
Binary11000001101111111000111110010011010101111111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6037F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6037F1; }

 p { color: rgb(96,55,241); }

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

<style>
 a { background-color: #6037F1; }

 a { background-color: rgb(96,55,241); }

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

<style>
 span { border-color: #6037F1; }

 span { border-color: rgb(96,55,241); }

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