Html Css Color HEX #7338AE Royal Purple

📋 copy color: '#7338AE'

red 115 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #7338AE

Tints of Royal Purple #7338AE

RGB

 RED value IS 115 (45.31% from 255) = 33.33%

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

 BLUE value IS 174 (68.36% from 255) = 50.43%

R = 33.33%
G = 16.23%
B = 50.43%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7338AE (or 0x7338AE) is known color: Royal Purple. HEX triplet: 73, 38 and AE. RGB value is (115,56,174). Sum of RGB (Red+Green+Blue) = 115+56+174=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #7338AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7338AE is #8CC751. Grayscale: #565656. Windows color (decimal): -9226066 or 11417715. OLE color: 11417715.

HSL color Cylindrical-coordinate representation of color #7338AE: hue angle of 270º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7338AE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 56 174 -
CMYK 0.34 0.68 0 0.32
HSL 270º 0.51% 0.45% -
HSV(B) 270º 0.68% 0.68% -
XYZ 16.12 9.53 41.03 -
YUV 87.09 177.05 147.91 -
System Red Green Blue C M Y K H S L
Decimal 115 56 174 0.34 0.68 0 0.32 270 0.51 0.45
Hex 73 38 AE 22 44 0 20 10E 33 2D
Octal 163 70 256 42 104 0 40 416 63 55
Binary 1110011 111000 10101110 100010 1000100 0 100000 100001110 110011 101101

Color Harmonies of #7338AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7338AE

Black with #7338AE

Text Example


Text Example

White with #7338AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7338AE; }

 p { color: rgb(115,56,174); }

 H1.HeaderClassName
 {
   color: #7338AE;
 }
 .AnyTagClassName
 {
   color: #7338AE;
 }
</style>

background-color css

<style>
 a { background-color: #7338AE; }

 a { background-color: rgb(115,56,174); }

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

border-color css

<style>
 span { border-color: #7338AE; }

 span { border-color: rgb(115,56,174); }

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