#67409E

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

Shades of Royal Purple #67409E

Tints of Royal Purple #67409E

Color information

#67409E (or 0x67409E) is unknown color: approx Royal Purple. HEX triplet: 67, 40 and 9E. RGB value is (103,64,158). Sum of RGB (Red+Green+Blue) = 103+64+158=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #67409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67409E is #98BF61. Grayscale: #565656. Windows color (decimal): -10010466 or 10371175. OLE color: 10371175.

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

Color convert

RGB10364158-
CMYK0.350.5900.38
HSL264.89º42.34%43.53%-
HSV(B)264.89º59.49%61.96%-
XYZ13.69.0233.37-
YUV86.38168.42139.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.69%
GREEN value IS 64 (25.39% from 255) = 19.69%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=31.69%
G=19.69%
B=48.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103641580.350.5900.38264.8942.3443.53
Hex67409E233B0261092a2c
Octal14710023643730464115254
Binary11001111000000100111101000111110110100110100001001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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