#5F38AA

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

Shades of Royal Purple #5F38AA

Tints of Royal Purple #5F38AA

Color information

#5F38AA (or 0x5F38AA) is unknown color: approx Royal Purple. HEX triplet: 5F, 38 and AA. RGB value is (95,56,170). Sum of RGB (Red+Green+Blue) = 95+56+170=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F38AA is #A0C755. Grayscale: #505050. Windows color (decimal): -10536790 or 11155551. OLE color: 11155551.

HSL color Cylindrical-coordinate representation of color #5F38AA: hue angle of 260.53º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F38AA is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9556170-
CMYK0.440.6700.33
HSL260.53º50.44%44.31%-
HSV(B)260.53º67.06%66.67%-
XYZ13.398.1638.9-
YUV80.66178.42138.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 170 (66.80% from 255) = 52.96%
R=29.60%
G=17.45%
B=52.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95561700.440.6700.33260.5350.4444.31
Hex5F38AA2C43021105322c
Octal13770252541030414056254
Binary10111111110001010101010110010000110100001100000101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F38AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F38AA; }

 p { color: rgb(95,56,170); }

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

<style>
 a { background-color: #5F38AA; }

 a { background-color: rgb(95,56,170); }

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

<style>
 span { border-color: #5F38AA; }

 span { border-color: rgb(95,56,170); }

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