#7836AF

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

Shades of Royal Purple #7836AF

Tints of Royal Purple #7836AF

Color information

#7836AF (or 0x7836AF) is unknown color: approx Royal Purple. HEX triplet: 78, 36 and AF. RGB value is (120,54,175). Sum of RGB (Red+Green+Blue) = 120+54+175=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #7836AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7836AF is #87C950. Grayscale: #575757. Windows color (decimal): -8898897 or 11482744. OLE color: 11482744.

HSL color Cylindrical-coordinate representation of color #7836AF: hue angle of 272.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7836AF is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12054175-
CMYK0.310.6900.31
HSL272.73º52.84%44.9%-
HSV(B)272.73º69.14%68.63%-
XYZ16.89.7341.55-
YUV87.53177.37151.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 34.38%
GREEN value IS 54 (21.48% from 255) = 15.47%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=34.38%
G=15.47%
B=50.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal120541750.310.6900.31272.7352.8444.9
Hex7836AF1F4501F111352d
Octal17066257371050374216555
Binary111100011011010101111111111000101011111100010001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7836AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7836AF; }

 p { color: rgb(120,54,175); }

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

<style>
 a { background-color: #7836AF; }

 a { background-color: rgb(120,54,175); }

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

<style>
 span { border-color: #7836AF; }

 span { border-color: rgb(120,54,175); }

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