#6042B3

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

Shades of Royal Purple #6042B3

Tints of Royal Purple #6042B3

Color information

#6042B3 (or 0x6042B3) is unknown color: approx Royal Purple. HEX triplet: 60, 42 and B3. RGB value is (96,66,179). Sum of RGB (Red+Green+Blue) = 96+66+179=341 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.15% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #6042B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6042B3 is #9FBD4C. Grayscale: #575757. Windows color (decimal): -10468685 or 11747936. OLE color: 11747936.

HSL color Cylindrical-coordinate representation of color #6042B3: hue angle of 255.93º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6042B3 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9666179-
CMYK0.460.6300.30
HSL255.93º46.12%48.04%-
HSV(B)255.93º63.13%70.2%-
XYZ14.919.6443.72-
YUV87.85179.44133.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.15%
GREEN value IS 66 (26.17% from 255) = 19.35%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=28.15%
G=19.35%
B=52.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96661790.460.6300.30255.9346.1248.04
Hex6042B32E3F01E1002e30
Octal14010226356770364005660
Binary1100000100001010110011101110111111011110100000000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6042B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6042B3; }

 p { color: rgb(96,66,179); }

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

<style>
 a { background-color: #6042B3; }

 a { background-color: rgb(96,66,179); }

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

<style>
 span { border-color: #6042B3; }

 span { border-color: rgb(96,66,179); }

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