#6041AB

Color #6041AB Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6041AB

Tints of Royal Purple #6041AB

Color information

#6041AB (or 0x6041AB) is unknown color: approx Royal Purple. HEX triplet: 60, 41 and AB. RGB value is (96,65,171). Sum of RGB (Red+Green+Blue) = 96+65+171=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #6041AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6041AB is #9FBE54. Grayscale: #555555. Windows color (decimal): -10468949 or 11223392. OLE color: 11223392.

HSL color Cylindrical-coordinate representation of color #6041AB: hue angle of 257.55º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6041AB is Cyan = 0.44, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9665171-
CMYK0.440.6200.33
HSL257.55º44.92%46.27%-
HSV(B)257.55º61.99%67.06%-
XYZ14.069.2139.56-
YUV86.35175.77134.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.92%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 171 (67.19% from 255) = 51.51%
R=28.92%
G=19.58%
B=51.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96651710.440.6200.33257.5544.9246.27
Hex6041AB2C3E0211022d2e
Octal14010125354760414025556
Binary11000001000001101010111011001111100100001100000010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6041AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6041AB; }

 p { color: rgb(96,65,171); }

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

<style>
 a { background-color: #6041AB; }

 a { background-color: rgb(96,65,171); }

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

<style>
 span { border-color: #6041AB; }

 span { border-color: rgb(96,65,171); }

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