#67429a

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

Shades of Royal Purple #67429A

Tints of Royal Purple #67429A

Color information

#67429A (or 0x67429A) is unknown color: approx Royal Purple. HEX triplet: 67, 42 and 9A. RGB value is (103,66,154). Sum of RGB (Red+Green+Blue) = 103+66+154=323 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.89% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #67429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67429A is #98BD65. Grayscale: #565656. Windows color (decimal): -10009958 or 10109543. OLE color: 10109543.

HSL color Cylindrical-coordinate representation of color #67429A: hue angle of 265.23º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67429A is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10366154-
CMYK0.330.5700.40
HSL265.23º40%43.14%-
HSV(B)265.23º57.14%60.39%-
XYZ13.379.1131.63-
YUV87.09165.76139.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.89%
GREEN value IS 66 (26.17% from 255) = 20.43%
BLUE value IS 154 (60.55% from 255) = 47.68%
R=31.89%
G=20.43%
B=47.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103661540.330.5700.40265.234043.14
Hex67429A2139028109282b
Octal14710223241710504115053
Binary11001111000010100110101000011110010101000100001001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67429a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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