#6342AD

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

Shades of Royal Purple #6342AD

Tints of Royal Purple #6342AD

Color information

#6342AD (or 0x6342AD) is unknown color: approx Royal Purple. HEX triplet: 63, 42 and AD. RGB value is (99,66,173). Sum of RGB (Red+Green+Blue) = 99+66+173=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #6342AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6342AD is #9CBD52. Grayscale: #575757. Windows color (decimal): -10272083 or 11354723. OLE color: 11354723.

HSL color Cylindrical-coordinate representation of color #6342AD: hue angle of 258.5º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6342AD is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9966173-
CMYK0.430.6200.32
HSL258.5º44.77%46.86%-
HSV(B)258.5º61.85%67.84%-
XYZ14.649.5740.61-
YUV88.06175.93135.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 66 (26.17% from 255) = 19.53%
BLUE value IS 173 (67.97% from 255) = 51.18%
R=29.29%
G=19.53%
B=51.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99661730.430.6200.32258.544.7746.86
Hex6342AD2B3E0201032d2f
Octal14310225553760404035557
Binary11000111000010101011011010111111100100000100000011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6342AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6342AD; }

 p { color: rgb(99,66,173); }

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

<style>
 a { background-color: #6342AD; }

 a { background-color: rgb(99,66,173); }

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

<style>
 span { border-color: #6342AD; }

 span { border-color: rgb(99,66,173); }

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