#69459B

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

Shades of Royal Purple #69459B

Tints of Royal Purple #69459B

Color information

#69459B (or 0x69459B) is unknown color: approx Royal Purple. HEX triplet: 69, 45 and 9B. RGB value is (105,69,155). Sum of RGB (Red+Green+Blue) = 105+69+155=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #69459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69459B is #96BA64. Grayscale: #595959. Windows color (decimal): -9878117 or 10175849. OLE color: 10175849.

HSL color Cylindrical-coordinate representation of color #69459B: hue angle of 265.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69459B is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10569155-
CMYK0.320.5500.39
HSL265.12º38.39%43.92%-
HSV(B)265.12º55.48%60.78%-
XYZ13.879.6332.14-
YUV89.57164.93139.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=31.91%
G=20.97%
B=47.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105691550.320.5500.39265.1238.3943.92
Hex69459B2037027109262c
Octal15110523340670474114654
Binary11010011000101100110111000001101110100111100001001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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