Html Css Color HEX #7038AC Royal Purple

📋 copy color: '#7038AC'

red 112 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7038AC

Tints of Royal Purple #7038AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 32.94%
G = 16.47%
B = 50.59%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7038AC (or 0x7038AC) is known color: Royal Purple. HEX triplet: 70, 38 and AC. RGB value is (112,56,172). Sum of RGB (Red+Green+Blue) = 112+56+172=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7038AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AC is #8FC753. Grayscale: #555555. Windows color (decimal): -9422676 or 11286640. OLE color: 11286640.

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

Color convert

RGB 112 56 172 -
CMYK 0.35 0.67 0 0.33
HSL 268.97º 0.51% 0.45% -
HSV(B) 268.97º 0.67% 0.67% -
XYZ 15.54 9.25 40 -
YUV 85.97 176.55 146.57 -
System Red Green Blue C M Y K H S L
Decimal 112 56 172 0.35 0.67 0 0.33 268.97 0.51 0.45
Hex 70 38 AC 23 43 0 21 10D 33 2D
Octal 160 70 254 43 103 0 41 415 63 55
Binary 1110000 111000 10101100 100011 1000011 0 100001 100001101 110011 101101

Color Harmonies of #7038AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038AC

Black with #7038AC

Text Example


Text Example

White with #7038AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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