#67409B

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

Shades of Royal Purple #67409B

Tints of Royal Purple #67409B

Color information

#67409B (or 0x67409B) is unknown color: approx Royal Purple. HEX triplet: 67, 40 and 9B. RGB value is (103,64,155). Sum of RGB (Red+Green+Blue) = 103+64+155=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #67409B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67409B is #98BF64. Grayscale: #555555. Windows color (decimal): -10010469 or 10174567. OLE color: 10174567.

HSL color Cylindrical-coordinate representation of color #67409B: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67409B is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10364155-
CMYK0.340.5900.39
HSL265.71º41.55%42.94%-
HSV(B)265.71º58.71%60.78%-
XYZ13.348.9232.03-
YUV86.04166.92140.1-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.99%
GREEN value IS 64 (25.39% from 255) = 19.88%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=31.99%
G=19.88%
B=48.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal103641550.340.5900.39265.7141.5542.94
Hex67409B223B02710a2a2b
Octal14710023342730474125253
Binary11001111000000100110111000101110110100111100001010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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