Html Css Color HEX #732FAF Royal Purple

📋 copy color: '#732FAF'

red 115 ◦ green 47 ◦ blue 175

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

Shades of Royal Purple #732FAF

Tints of Royal Purple #732FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 34.12%
G = 13.95%
B = 51.93%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#732FAF (or 0x732FAF) is known color: Royal Purple. HEX triplet: 73, 2F and AF. RGB value is (115,47,175). Sum of RGB (Red+Green+Blue) = 115+47+175=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #732FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #732FAF is #8CD050. Grayscale: #515151. Windows color (decimal): -9228369 or 11480947. OLE color: 11480947.

HSL color Cylindrical-coordinate representation of color #732FAF: hue angle of 271.88º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #732FAF is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 47 175 -
CMYK 0.34 0.73 0 0.31
HSL 271.88º 0.58% 0.44% -
HSV(B) 271.88º 0.73% 0.69% -
XYZ 15.82 8.77 41.42 -
YUV 81.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 115 47 175 0.34 0.73 0 0.31 271.88 0.58 0.44
Hex 73 2F AF 22 49 0 1F 110 3A 2C
Octal 163 57 257 42 111 0 37 420 72 54
Binary 1110011 101111 10101111 100010 1001001 0 11111 100010000 111010 101100

Color Harmonies of #732FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732FAF

Black with #732FAF

Text Example


Text Example

White with #732FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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