Html Css Color HEX #7138AB Royal Purple

📋 copy color: '#7138AB'

red 113 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #7138AB

Tints of Royal Purple #7138AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 50.29%

R = 33.24%
G = 16.47%
B = 50.29%

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

#7138AB (or 0x7138AB) is known color: Royal Purple. HEX triplet: 71, 38 and AB. RGB value is (113,56,171). Sum of RGB (Red+Green+Blue) = 113+56+171=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #7138AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7138AB is #8EC754. Grayscale: #555555. Windows color (decimal): -9357141 or 11221105. OLE color: 11221105.

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

Color convert

RGB 113 56 171 -
CMYK 0.34 0.67 0 0.33
HSL 269.74º 0.51% 0.45% -
HSV(B) 269.74º 0.67% 0.67% -
XYZ 15.57 9.28 39.5 -
YUV 86.15 175.88 147.15 -
System Red Green Blue C M Y K H S L
Decimal 113 56 171 0.34 0.67 0 0.33 269.74 0.51 0.45
Hex 71 38 AB 22 43 0 21 10E 33 2D
Octal 161 70 253 42 103 0 41 416 63 55
Binary 1110001 111000 10101011 100010 1000011 0 100001 100001110 110011 101101

Color Harmonies of #7138AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7138AB

Black with #7138AB

Text Example


Text Example

White with #7138AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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