#69259F

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

Shades of Royal Purple #69259F

Tints of Royal Purple #69259F

Color information

#69259F (or 0x69259F) is unknown color: approx Royal Purple. HEX triplet: 69, 25 and 9F. RGB value is (105,37,159). Sum of RGB (Red+Green+Blue) = 105+37+159=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #69259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259F is #96DA60. Grayscale: #464646. Windows color (decimal): -9886305 or 10429801. OLE color: 10429801.

HSL color Cylindrical-coordinate representation of color #69259F: hue angle of 273.44º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69259F is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10537159-
CMYK0.340.7700.38
HSL273.44º62.24%38.43%-
HSV(B)273.44º76.73%62.35%-
XYZ12.756.8333.45-
YUV71.24177.53152.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 37 (14.84% from 255) = 12.29%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=34.88%
G=12.29%
B=52.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105371590.340.7700.38273.4462.2438.43
Hex69259F224D0261113e26
Octal15145237421150464217646
Binary11010011001011001111110001010011010100110100010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69259F; }

 p { color: rgb(105,37,159); }

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

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

 a { background-color: rgb(105,37,159); }

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

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

 span { border-color: rgb(105,37,159); }

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