#742FAB

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

Shades of Royal Purple #742FAB

Tints of Royal Purple #742FAB

Color information

#742FAB (or 0x742FAB) is unknown color: approx Royal Purple. HEX triplet: 74, 2F and AB. RGB value is (116,47,171). Sum of RGB (Red+Green+Blue) = 116+47+171=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 47 (18.75% from 255 or 14.07% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #742FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742FAB is #8BD054. Grayscale: #515151. Windows color (decimal): -9162837 or 11218804. OLE color: 11218804.

HSL color Cylindrical-coordinate representation of color #742FAB: hue angle of 273.39º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #742FAB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11647171-
CMYK0.320.7300.33
HSL273.39º56.88%42.75%-
HSV(B)273.39º72.51%67.06%-
XYZ15.578.6939.38-
YUV81.77178.36152.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.73%
GREEN value IS 47 (18.75% from 255) = 14.07%
BLUE value IS 171 (67.19% from 255) = 51.20%
R=34.73%
G=14.07%
B=51.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116471710.320.7300.33273.3956.8842.75
Hex742FAB2049021111392b
Octal16457253401110414217153
Binary11101001011111010101110000010010010100001100010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,47,171); }

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

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

 a { background-color: rgb(116,47,171); }

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

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

 span { border-color: rgb(116,47,171); }

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