#69449C

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

Shades of Royal Purple #69449C

Tints of Royal Purple #69449C

Color information

#69449C (or 0x69449C) is unknown color: approx Royal Purple. HEX triplet: 69, 44 and 9C. RGB value is (105,68,156). Sum of RGB (Red+Green+Blue) = 105+68+156=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 156 (61.33% from 255 or 47.42% from 329); Max value from RGB is 156 - color contains mainly: blue. Hex color #69449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69449C is #96BB63. Grayscale: #585858. Windows color (decimal): -9878372 or 10241129. OLE color: 10241129.

HSL color Cylindrical-coordinate representation of color #69449C: hue angle of 265.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69449C is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10568156-
CMYK0.330.5600.39
HSL265.23º39.29%43.92%-
HSV(B)265.23º56.41%61.18%-
XYZ13.899.5432.56-
YUV89.1165.76139.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 156 (61.33% from 255) = 47.42%
R=31.91%
G=20.67%
B=47.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105681560.330.5600.39265.2339.2943.92
Hex69449C2138027109272c
Octal15110423441700474114754
Binary11010011000100100111001000011110000100111100001001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69449C; }

 p { color: rgb(105,68,156); }

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

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

 a { background-color: rgb(105,68,156); }

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

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

 span { border-color: rgb(105,68,156); }

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