Html Css Color HEX #74329D Royal Purple

📋 copy color: '#74329D'

red 116 ◦ green 50 ◦ blue 157

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

Shades of Royal Purple #74329D

Tints of Royal Purple #74329D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.48%

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 35.91%
G = 15.48%
B = 48.61%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74329D (or 0x74329D) is known color: Royal Purple. HEX triplet: 74, 32 and 9D. RGB value is (116,50,157). Sum of RGB (Red+Green+Blue) = 116+50+157=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #74329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74329D is #8BCD62. Grayscale: #515151. Windows color (decimal): -9162083 or 10302068. OLE color: 10302068.

HSL color Cylindrical-coordinate representation of color #74329D: hue angle of 277.01º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74329D is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 50 157 -
CMYK 0.26 0.68 0 0.38
HSL 277.01º 0.52% 0.41% -
HSV(B) 277.01º 0.68% 0.62% -
XYZ 14.43 8.43 32.76 -
YUV 81.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 116 50 157 0.26 0.68 0 0.38 277.01 0.52 0.41
Hex 74 32 9D 1A 44 0 26 115 34 29
Octal 164 62 235 32 104 0 46 425 64 51
Binary 1110100 110010 10011101 11010 1000100 0 100110 100010101 110100 101001

Color Harmonies of #74329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74329D

Black with #74329D

Text Example


Text Example

White with #74329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74329D; }

 p { color: rgb(116,50,157); }

 H1.HeaderClassName
 {
   color: #74329D;
 }
 .AnyTagClassName
 {
   color: #74329D;
 }
</style>

background-color css

<style>
 a { background-color: #74329D; }

 a { background-color: rgb(116,50,157); }

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

border-color css

<style>
 span { border-color: #74329D; }

 span { border-color: rgb(116,50,157); }

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