#69449B

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

Shades of Royal Purple #69449B

Tints of Royal Purple #69449B

Color information

#69449B (or 0x69449B) is unknown color: approx Royal Purple. HEX triplet: 69, 44 and 9B. RGB value is (105,68,155). Sum of RGB (Red+Green+Blue) = 105+68+155=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #69449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69449B is #96BB64. Grayscale: #585858. Windows color (decimal): -9878373 or 10175593. OLE color: 10175593.

HSL color Cylindrical-coordinate representation of color #69449B: hue angle of 265.52º 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 #69449B is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10568155-
CMYK0.320.5600.39
HSL265.52º39.01%43.73%-
HSV(B)265.52º56.13%60.78%-
XYZ13.819.532.12-
YUV88.98165.26139.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 68 (26.95% from 255) = 20.73%
BLUE value IS 155 (60.94% from 255) = 47.26%
R=32.01%
G=20.73%
B=47.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105681550.320.5600.39265.5239.0143.73
Hex69449B203802710a272c
Octal15110423340700474124754
Binary11010011000100100110111000001110000100111100001010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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