Html Css Color HEX #7438AE Royal Purple

📋 copy color: '#7438AE'

red 116 ◦ green 56 ◦ blue 174

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

Shades of Royal Purple #7438AE

Tints of Royal Purple #7438AE

RGB

 RED value IS 116 (45.7% from 255) = 33.53%

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

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

R = 33.53%
G = 16.18%
B = 50.29%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7438AE (or 0x7438AE) is known color: Royal Purple. HEX triplet: 74, 38 and AE. RGB value is (116,56,174). Sum of RGB (Red+Green+Blue) = 116+56+174=346 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.53% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #7438AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7438AE is #8BC751. Grayscale: #565656. Windows color (decimal): -9160530 or 11417716. OLE color: 11417716.

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

Color convert

RGB 116 56 174 -
CMYK 0.33 0.68 0 0.32
HSL 270.51º 0.51% 0.45% -
HSV(B) 270.51º 0.68% 0.68% -
XYZ 16.26 9.6 41.04 -
YUV 87.39 176.88 148.41 -
System Red Green Blue C M Y K H S L
Decimal 116 56 174 0.33 0.68 0 0.32 270.51 0.51 0.45
Hex 74 38 AE 21 44 0 20 10F 33 2D
Octal 164 70 256 41 104 0 40 417 63 55
Binary 1110100 111000 10101110 100001 1000100 0 100000 100001111 110011 101101

Color Harmonies of #7438AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7438AE

Black with #7438AE

Text Example


Text Example

White with #7438AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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