Html Css Color HEX #7038AD Royal Purple

📋 copy color: '#7038AD'

red 112 ◦ green 56 ◦ blue 173

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

Shades of Royal Purple #7038AD

Tints of Royal Purple #7038AD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.42%

 BLUE value IS 173 (67.97% from 255) = 50.73%

R = 32.84%
G = 16.42%
B = 50.73%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7038AD (or 0x7038AD) is known color: Royal Purple. HEX triplet: 70, 38 and AD. RGB value is (112,56,173). Sum of RGB (Red+Green+Blue) = 112+56+173=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #7038AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AD is #8FC752. Grayscale: #555555. Windows color (decimal): -9422675 or 11352176. OLE color: 11352176.

HSL color Cylindrical-coordinate representation of color #7038AD: hue angle of 268.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7038AD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 56 173 -
CMYK 0.35 0.68 0 0.32
HSL 268.72º 0.51% 0.45% -
HSV(B) 268.72º 0.68% 0.68% -
XYZ 15.64 9.29 40.5 -
YUV 86.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 112 56 173 0.35 0.68 0 0.32 268.72 0.51 0.45
Hex 70 38 AD 23 44 0 20 10D 33 2D
Octal 160 70 255 43 104 0 40 415 63 55
Binary 1110000 111000 10101101 100011 1000100 0 100000 100001101 110011 101101

Color Harmonies of #7038AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038AD

Black with #7038AD

Text Example


Text Example

White with #7038AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7038AD; }

 p { color: rgb(112,56,173); }

 H1.HeaderClassName
 {
   color: #7038AD;
 }
 .AnyTagClassName
 {
   color: #7038AD;
 }
</style>

background-color css

<style>
 a { background-color: #7038AD; }

 a { background-color: rgb(112,56,173); }

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

border-color css

<style>
 span { border-color: #7038AD; }

 span { border-color: rgb(112,56,173); }

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