#6133FD

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

Shades of Han Purple #6133FD

Tints of Han Purple #6133FD

Color information

#6133FD (or 0x6133FD) is unknown color: approx Han Purple. HEX triplet: 61, 33 and FD. RGB value is (97,51,253). Sum of RGB (Red+Green+Blue) = 97+51+253=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 51 (20.31% from 255 or 12.72% from 401); Blue value is 253 (99.22% from 255 or 63.09% from 401); Max value from RGB is 253 - color contains mainly: blue. Hex color #6133FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6133FD is #9ECC02. Grayscale: #575757. Windows color (decimal): -10406915 or 16593761. OLE color: 16593761.

HSL color Cylindrical-coordinate representation of color #6133FD: hue angle of 253.66º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6133FD is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9751253-
CMYK0.620.8000.01
HSL253.66º98.06%59.61%-
HSV(B)253.66º79.84%99.22%-
XYZ23.841293.99-
YUV87.78221.24134.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 51 (20.31% from 255) = 12.72%
BLUE value IS 253 (99.22% from 255) = 63.09%
R=24.19%
G=12.72%
B=63.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal97512530.620.8000.01253.6698.0659.61
Hex6133FD3E5001fe623c
Octal14163375761200137614274
Binary110000111001111111101111110101000001111111101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6133FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6133FD; }

 p { color: rgb(97,51,253); }

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

<style>
 a { background-color: #6133FD; }

 a { background-color: rgb(97,51,253); }

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

<style>
 span { border-color: #6133FD; }

 span { border-color: rgb(97,51,253); }

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