Html Css Color HEX #7538AA Royal Purple

📋 copy color: '#7538AA'

red 117 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #7538AA

Tints of Royal Purple #7538AA

RGB

 RED value IS 117 (46.09% from 255) = 34.11%

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

 BLUE value IS 170 (66.8% from 255) = 49.56%

R = 34.11%
G = 16.33%
B = 49.56%

CMYK

 C value IS 0.31

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7538AA (or 0x7538AA) is known color: Royal Purple. HEX triplet: 75, 38 and AA. RGB value is (117,56,170). Sum of RGB (Red+Green+Blue) = 117+56+170=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #7538AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7538AA is #8AC755. Grayscale: #565656. Windows color (decimal): -9094998 or 11155573. OLE color: 11155573.

HSL color Cylindrical-coordinate representation of color #7538AA: hue angle of 272.11º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7538AA is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 56 170 -
CMYK 0.31 0.67 0 0.33
HSL 272.11º 0.5% 0.44% -
HSV(B) 272.11º 0.67% 0.67% -
XYZ 16.01 9.51 39.02 -
YUV 87.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 117 56 170 0.31 0.67 0 0.33 272.11 0.5 0.44
Hex 75 38 AA 1F 43 0 21 110 32 2C
Octal 165 70 252 37 103 0 41 420 62 54
Binary 1110101 111000 10101010 11111 1000011 0 100001 100010000 110010 101100

Color Harmonies of #7538AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538AA

Black with #7538AA

Text Example


Text Example

White with #7538AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7538AA; }

 p { color: rgb(117,56,170); }

 H1.HeaderClassName
 {
   color: #7538AA;
 }
 .AnyTagClassName
 {
   color: #7538AA;
 }
</style>

background-color css

<style>
 a { background-color: #7538AA; }

 a { background-color: rgb(117,56,170); }

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

border-color css

<style>
 span { border-color: #7538AA; }

 span { border-color: rgb(117,56,170); }

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