#6133EB

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

Shades of Han Purple #6133EB

Tints of Han Purple #6133EB

Color information

#6133EB (or 0x6133EB) is unknown color: approx Han Purple. HEX triplet: 61, 33 and EB. RGB value is (97,51,235). Sum of RGB (Red+Green+Blue) = 97+51+235=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #6133EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6133EB is #9ECC14. Grayscale: #555555. Windows color (decimal): -10406933 or 15414113. OLE color: 15414113.

HSL color Cylindrical-coordinate representation of color #6133EB: hue angle of 255º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6133EB is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9751235-
CMYK0.590.7800.08
HSL255º82.14%56.08%-
HSV(B)255º78.3%92.16%-
XYZ21.1110.9179.59-
YUV85.73212.24136.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=25.33%
G=13.32%
B=61.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal97512350.590.7800.0825582.1456.08
Hex6133EB3B4E08ff5238
Octal141633537311601037712270
Binary110000111001111101011111011100111001000111111111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6133EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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