#67359D

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

Shades of Royal Purple #67359D

Tints of Royal Purple #67359D

Color information

#67359D (or 0x67359D) is unknown color: approx Royal Purple. HEX triplet: 67, 35 and 9D. RGB value is (103,53,157). Sum of RGB (Red+Green+Blue) = 103+53+157=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #67359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67359D is #98CA62. Grayscale: #4F4F4F. Windows color (decimal): -10013283 or 10302823. OLE color: 10302823.

HSL color Cylindrical-coordinate representation of color #67359D: hue angle of 268.85º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67359D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10353157-
CMYK0.340.6600.38
HSL268.85º49.52%41.18%-
HSV(B)268.85º66.24%61.57%-
XYZ12.957.8632.73-
YUV79.81171.56144.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.91%
GREEN value IS 53 (21.09% from 255) = 16.93%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=32.91%
G=16.93%
B=50.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103531570.340.6600.38268.8549.5241.18
Hex67359D224202610d3229
Octal14765235421020464156251
Binary11001111101011001110110001010000100100110100001101110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67359D; }

 p { color: rgb(103,53,157); }

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

<style>
 a { background-color: #67359D; }

 a { background-color: rgb(103,53,157); }

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

<style>
 span { border-color: #67359D; }

 span { border-color: rgb(103,53,157); }

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