Html Css Color HEX #732FAB Royal Purple

📋 copy color: '#732FAB'

red 115 ◦ green 47 ◦ blue 171

#732FAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #732FAB

Tints of Royal Purple #732FAB

RGB

 RED value IS 115 (45.31% from 255) = 34.53%

 GREEN value IS 47 (18.75% from 255) = 14.11%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 34.53%
G = 14.11%
B = 51.35%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#732FAB (or 0x732FAB) is known color: Royal Purple. HEX triplet: 73, 2F and AB. RGB value is (115,47,171). Sum of RGB (Red+Green+Blue) = 115+47+171=333 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.53% from 333); Green value is 47 (18.75% from 255 or 14.11% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #732FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732FAB is #8CD054. Grayscale: #515151. Windows color (decimal): -9228373 or 11218803. OLE color: 11218803.

HSL color Cylindrical-coordinate representation of color #732FAB: hue angle of 272.9º 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 #732FAB is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 47 171 -
CMYK 0.33 0.73 0 0.33
HSL 272.9º 0.57% 0.43% -
HSV(B) 272.9º 0.73% 0.67% -
XYZ 15.44 8.62 39.38 -
YUV 81.47 178.53 151.92 -
System Red Green Blue C M Y K H S L
Decimal 115 47 171 0.33 0.73 0 0.33 272.9 0.57 0.43
Hex 73 2F AB 21 49 0 21 111 39 2B
Octal 163 57 253 41 111 0 41 421 71 53
Binary 1110011 101111 10101011 100001 1001001 0 100001 100010001 111001 101011

Color Harmonies of #732FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732FAB

Black with #732FAB

Text Example


Text Example

White with #732FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #732FAB;
 }
 .AnyTagClassName
 {
   color: #732FAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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