Html Css Color HEX #7538AC Royal Purple

📋 copy color: '#7538AC'

red 117 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7538AC

Tints of Royal Purple #7538AC

RGB

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

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

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

R = 33.91%
G = 16.23%
B = 49.86%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7538AC (or 0x7538AC) is known color: Royal Purple. HEX triplet: 75, 38 and AC. RGB value is (117,56,172). Sum of RGB (Red+Green+Blue) = 117+56+172=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #7538AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7538AC is #8AC753. Grayscale: #575757. Windows color (decimal): -9094996 or 11286645. OLE color: 11286645.

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

Color convert

RGB 117 56 172 -
CMYK 0.32 0.67 0 0.33
HSL 271.55º 0.51% 0.45% -
HSV(B) 271.55º 0.67% 0.67% -
XYZ 16.2 9.59 40.03 -
YUV 87.46 175.71 149.07 -
System Red Green Blue C M Y K H S L
Decimal 117 56 172 0.32 0.67 0 0.33 271.55 0.51 0.45
Hex 75 38 AC 20 43 0 21 110 33 2D
Octal 165 70 254 40 103 0 41 420 63 55
Binary 1110101 111000 10101100 100000 1000011 0 100001 100010000 110011 101101

Color Harmonies of #7538AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7538AC

Black with #7538AC

Text Example


Text Example

White with #7538AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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