Html Css Color HEX #7038AB Royal Purple

📋 copy color: '#7038AB'

red 112 ◦ green 56 ◦ blue 171

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

Shades of Royal Purple #7038AB

Tints of Royal Purple #7038AB

RGB

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

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

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

R = 33.04%
G = 16.52%
B = 50.44%

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

#7038AB (or 0x7038AB) is known color: Royal Purple. HEX triplet: 70, 38 and AB. RGB value is (112,56,171). Sum of RGB (Red+Green+Blue) = 112+56+171=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #7038AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AB is #8FC754. Grayscale: #555555. Windows color (decimal): -9422677 or 11221104. OLE color: 11221104.

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

Color convert

RGB 112 56 171 -
CMYK 0.35 0.67 0 0.33
HSL 269.22º 0.51% 0.45% -
HSV(B) 269.22º 0.67% 0.67% -
XYZ 15.45 9.21 39.49 -
YUV 85.85 176.05 146.65 -
System Red Green Blue C M Y K H S L
Decimal 112 56 171 0.35 0.67 0 0.33 269.22 0.51 0.45
Hex 70 38 AB 23 43 0 21 10D 33 2D
Octal 160 70 253 43 103 0 41 415 63 55
Binary 1110000 111000 10101011 100011 1000011 0 100001 100001101 110011 101101

Color Harmonies of #7038AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7038AB

Black with #7038AB

Text Example


Text Example

White with #7038AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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