Html Css Color HEX #7032AF Royal Purple

📋 copy color: '#7032AF'

red 112 ◦ green 50 ◦ blue 175

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

Shades of Royal Purple #7032AF

Tints of Royal Purple #7032AF

RGB

 RED value IS 112 (44.14% from 255) = 33.23%

 GREEN value IS 50 (19.92% from 255) = 14.84%

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

R = 33.23%
G = 14.84%
B = 51.93%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7032AF (or 0x7032AF) is known color: Royal Purple. HEX triplet: 70, 32 and AF. RGB value is (112,50,175). Sum of RGB (Red+Green+Blue) = 112+50+175=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 50 (19.92% from 255 or 14.84% 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 #7032AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7032AF is #8FCD50. Grayscale: #525252. Windows color (decimal): -9424209 or 11481712. OLE color: 11481712.

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

Color convert

RGB 112 50 175 -
CMYK 0.36 0.71 0 0.31
HSL 269.76º 0.56% 0.44% -
HSV(B) 269.76º 0.71% 0.69% -
XYZ 15.56 8.82 41.44 -
YUV 82.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 112 50 175 0.36 0.71 0 0.31 269.76 0.56 0.44
Hex 70 32 AF 24 47 0 1F 10E 38 2C
Octal 160 62 257 44 107 0 37 416 70 54
Binary 1110000 110010 10101111 100100 1000111 0 11111 100001110 111000 101100

Color Harmonies of #7032AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7032AF

Black with #7032AF

Text Example


Text Example

White with #7032AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,50,175); }

 H1.HeaderClassName
 {
   color: #7032AF;
 }
 .AnyTagClassName
 {
   color: #7032AF;
 }
</style>

background-color css

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

 a { background-color: rgb(112,50,175); }

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

border-color css

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

 span { border-color: rgb(112,50,175); }

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