#69309A

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

Shades of Royal Purple #69309A

Tints of Royal Purple #69309A

Color information

#69309A (or 0x69309A) is unknown color: approx Royal Purple. HEX triplet: 69, 30 and 9A. RGB value is (105,48,154). Sum of RGB (Red+Green+Blue) = 105+48+154=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #69309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69309A is #96CF65. Grayscale: #4C4C4C. Windows color (decimal): -9883494 or 10104937. OLE color: 10104937.

HSL color Cylindrical-coordinate representation of color #69309A: hue angle of 272.26º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #69309A is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10548154-
CMYK0.320.6900.40
HSL272.26º52.48%39.61%-
HSV(B)272.26º68.83%60.39%-
XYZ12.727.4531.34-
YUV77.13171.38147.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=34.20%
G=15.64%
B=50.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105481540.320.6900.40272.2652.4839.61
Hex69309A20450281103428
Octal15160232401050504206450
Binary11010011100001001101010000010001010101000100010000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69309A; }

 p { color: rgb(105,48,154); }

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

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

 a { background-color: rgb(105,48,154); }

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

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

 span { border-color: rgb(105,48,154); }

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