#674396

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

Shades of Royal Purple #674396

Tints of Royal Purple #674396

Color information

#674396 (or 0x674396) is unknown color: approx Royal Purple. HEX triplet: 67, 43 and 96. RGB value is (103,67,150). Sum of RGB (Red+Green+Blue) = 103+67+150=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: blue. Hex color #674396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #674396 is #98BC69. Grayscale: #565656. Windows color (decimal): -10009706 or 9847655. OLE color: 9847655.

HSL color Cylindrical-coordinate representation of color #674396: hue angle of 266.02º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #674396 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10367150-
CMYK0.310.5500.41
HSL266.02º38.25%42.55%-
HSV(B)266.02º55.33%58.82%-
XYZ13.119.129.92-
YUV87.23163.43139.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 67 (26.56% from 255) = 20.94%
BLUE value IS 150 (58.98% from 255) = 46.88%
R=32.19%
G=20.94%
B=46.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103671500.310.5500.41266.0238.2542.55
Hex6743961F3702910a262b
Octal14710322637670514124653
Binary1100111100001110010110111111101110101001100001010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674396; }

 p { color: rgb(103,67,150); }

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

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

 a { background-color: rgb(103,67,150); }

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

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

 span { border-color: rgb(103,67,150); }

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