#69269C

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

Shades of Royal Purple #69269C

Tints of Royal Purple #69269C

Color information

#69269C (or 0x69269C) is unknown color: approx Royal Purple. HEX triplet: 69, 26 and 9C. RGB value is (105,38,156). Sum of RGB (Red+Green+Blue) = 105+38+156=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #69269C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69269C is #96D963. Grayscale: #474747. Windows color (decimal): -9886052 or 10233449. OLE color: 10233449.

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

Color convert

RGB10538156-
CMYK0.330.7600.39
HSL274.07º60.82%38.04%-
HSV(B)274.07º75.64%61.18%-
XYZ12.526.7932.1-
YUV71.48175.7151.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 38 (15.23% from 255) = 12.71%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=35.12%
G=12.71%
B=52.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105381560.330.7600.39274.0760.8238.04
Hex69269C214C0271123d26
Octal15146234411140474227546
Binary11010011001101001110010000110011000100111100010010111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69269C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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