#67369E

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

Shades of Royal Purple #67369E

Tints of Royal Purple #67369E

Color information

#67369E (or 0x67369E) is unknown color: approx Royal Purple. HEX triplet: 67, 36 and 9E. RGB value is (103,54,158). Sum of RGB (Red+Green+Blue) = 103+54+158=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #67369E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67369E is #98C961. Grayscale: #505050. Windows color (decimal): -10013026 or 10368615. OLE color: 10368615.

HSL color Cylindrical-coordinate representation of color #67369E: hue angle of 268.27º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67369E is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10354158-
CMYK0.350.6600.38
HSL268.27º49.06%41.57%-
HSV(B)268.27º65.82%61.96%-
XYZ13.087.9933.2-
YUV80.51171.73144.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.70%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=32.70%
G=17.14%
B=50.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103541580.350.6600.38268.2749.0641.57
Hex67369E234202610c312a
Octal14766236431020464146152
Binary11001111101101001111010001110000100100110100001100110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67369E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67369E; }

 p { color: rgb(103,54,158); }

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

<style>
 a { background-color: #67369E; }

 a { background-color: rgb(103,54,158); }

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

<style>
 span { border-color: #67369E; }

 span { border-color: rgb(103,54,158); }

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