#67429D

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

Shades of Royal Purple #67429D

Tints of Royal Purple #67429D

Color information

#67429D (or 0x67429D) is unknown color: approx Royal Purple. HEX triplet: 67, 42 and 9D. RGB value is (103,66,157). Sum of RGB (Red+Green+Blue) = 103+66+157=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #67429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67429D is #98BD62. Grayscale: #575757. Windows color (decimal): -10009955 or 10306151. OLE color: 10306151.

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

Color convert

RGB10366157-
CMYK0.340.5800.38
HSL264.4º40.81%43.73%-
HSV(B)264.4º57.96%61.57%-
XYZ13.639.2132.96-
YUV87.44167.26139.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.60%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=31.60%
G=20.25%
B=48.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal103661570.340.5800.38264.440.8143.73
Hex67429D223A026108292c
Octal14710223542720464105154
Binary11001111000010100111011000101110100100110100001000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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