Html Css Color HEX #7033AF Royal Purple

📋 copy color: '#7033AF'

red 112 ◦ green 51 ◦ blue 175

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

Shades of Royal Purple #7033AF

Tints of Royal Purple #7033AF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.09%

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

R = 33.14%
G = 15.09%
B = 51.78%

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

#7033AF (or 0x7033AF) is known color: Royal Purple. HEX triplet: 70, 33 and AF. RGB value is (112,51,175). Sum of RGB (Red+Green+Blue) = 112+51+175=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 175 (68.75% from 255 or 51.78% from 338); Max value from RGB is 175 - color contains mainly: blue. Hex color #7033AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7033AF is #8FCC50. Grayscale: #525252. Windows color (decimal): -9423953 or 11481968. OLE color: 11481968.

HSL color Cylindrical-coordinate representation of color #7033AF: hue angle of 269.52º degrees, saturation: 0.55, 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 #7033AF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 112 51 175 -
CMYK 0.36 0.71 0 0.31
HSL 269.52º 0.55% 0.44% -
HSV(B) 269.52º 0.71% 0.69% -
XYZ 15.6 8.91 41.45 -
YUV 83.38 179.71 148.42 -
System Red Green Blue C M Y K H S L
Decimal 112 51 175 0.36 0.71 0 0.31 269.52 0.55 0.44
Hex 70 33 AF 24 47 0 1F 10E 37 2C
Octal 160 63 257 44 107 0 37 416 67 54
Binary 1110000 110011 10101111 100100 1000111 0 11111 100001110 110111 101100

Color Harmonies of #7033AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7033AF

Black with #7033AF

Text Example


Text Example

White with #7033AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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