#6023f1

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

Shades of Han Purple #6023F1

Tints of Han Purple #6023F1

Color information

#6023F1 (or 0x6023F1) is unknown color: approx Han Purple. HEX triplet: 60, 23 and F1. RGB value is (96,35,241). Sum of RGB (Red+Green+Blue) = 96+35+241=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 241 (94.53% from 255 or 64.78% from 372); Max value from RGB is 241 - color contains mainly: blue. Hex color #6023F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6023F1 is #9FDC0E. Grayscale: #4B4B4B. Windows color (decimal): -10476559 or 15803232. OLE color: 15803232.

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

Color convert

RGB9635241-
CMYK0.600.8500.05
HSL257.77º88.03%54.12%-
HSV(B)257.77º85.48%94.51%-
XYZ21.310.0484.03-
YUV76.72220.71141.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 35 (14.06% from 255) = 9.41%
BLUE value IS 241 (94.53% from 255) = 64.78%
R=25.81%
G=9.41%
B=64.78%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96352410.600.8500.05257.7788.0354.12
Hex6023F13C55051025836
Octal14043361741250540213066
Binary110000010001111110001111100101010101011000000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6023f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6023f1; }

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

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

<style>
 a { background-color: #6023f1; }

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

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

<style>
 span { border-color: #6023f1; }

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

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