#742DAF

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

Shades of Royal Purple #742DAF

Tints of Royal Purple #742DAF

Color information

#742DAF (or 0x742DAF) is unknown color: approx Royal Purple. HEX triplet: 74, 2D and AF. RGB value is (116,45,175). Sum of RGB (Red+Green+Blue) = 116+45+175=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #742DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742DAF is #8BD250. Grayscale: #505050. Windows color (decimal): -9163345 or 11480436. OLE color: 11480436.

HSL color Cylindrical-coordinate representation of color #742DAF: hue angle of 272.77º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #742DAF is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11645175-
CMYK0.340.7400.31
HSL272.77º59.09%43.14%-
HSV(B)272.77º74.29%68.63%-
XYZ15.888.6841.4-
YUV81.05181.02152.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 45 (17.97% from 255) = 13.39%
BLUE value IS 175 (68.75% from 255) = 52.08%
R=34.52%
G=13.39%
B=52.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116451750.340.7400.31272.7759.0943.14
Hex742DAF224A01F1113b2b
Octal16455257421120374217353
Binary1110100101101101011111000101001010011111100010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742DAF; }

 p { color: rgb(116,45,175); }

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

<style>
 a { background-color: #742DAF; }

 a { background-color: rgb(116,45,175); }

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

<style>
 span { border-color: #742DAF; }

 span { border-color: rgb(116,45,175); }

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