Html Css Color HEX #7138AC Royal Purple

📋 copy color: '#7138AC'

red 113 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7138AC

Tints of Royal Purple #7138AC

RGB

 RED value IS 113 (44.53% from 255) = 33.14%

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

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

R = 33.14%
G = 16.42%
B = 50.44%

CMYK

 C value IS 0.34

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7138AC (or 0x7138AC) is known color: Royal Purple. HEX triplet: 71, 38 and AC. RGB value is (113,56,172). Sum of RGB (Red+Green+Blue) = 113+56+172=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #7138AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7138AC is #8EC753. Grayscale: #555555. Windows color (decimal): -9357140 or 11286641. OLE color: 11286641.

HSL color Cylindrical-coordinate representation of color #7138AC: hue angle of 269.48º 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 #7138AC is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 56 172 -
CMYK 0.34 0.67 0 0.33
HSL 269.48º 0.51% 0.45% -
HSV(B) 269.48º 0.67% 0.67% -
XYZ 15.67 9.32 40 -
YUV 86.27 176.38 147.07 -
System Red Green Blue C M Y K H S L
Decimal 113 56 172 0.34 0.67 0 0.33 269.48 0.51 0.45
Hex 71 38 AC 22 43 0 21 10D 33 2D
Octal 161 70 254 42 103 0 41 415 63 55
Binary 1110001 111000 10101100 100010 1000011 0 100001 100001101 110011 101101

Color Harmonies of #7138AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138AC

Black with #7138AC

Text Example


Text Example

White with #7138AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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