#61269F

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

Shades of Royal Purple #61269F

Tints of Royal Purple #61269F

Color information

#61269F (or 0x61269F) is unknown color: approx Royal Purple. HEX triplet: 61, 26 and 9F. RGB value is (97,38,159). Sum of RGB (Red+Green+Blue) = 97+38+159=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #61269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61269F is #9ED960. Grayscale: #454545. Windows color (decimal): -10410337 or 10430049. OLE color: 10430049.

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

Color convert

RGB9738159-
CMYK0.390.7600.38
HSL269.26º61.42%38.63%-
HSV(B)269.26º76.1%62.35%-
XYZ11.886.4333.42-
YUV69.44178.55147.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=32.99%
G=12.93%
B=54.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97381590.390.7600.38269.2661.4238.63
Hex61269F274C02610d3d27
Octal14146237471140464157547
Binary11000011001101001111110011110011000100110100001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61269F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,38,159); }

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

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

 a { background-color: rgb(97,38,159); }

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

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

 span { border-color: rgb(97,38,159); }

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