Html Css Color HEX #74379E Royal Purple

📋 copy color: '#74379E'

red 116 ◦ green 55 ◦ blue 158

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

Shades of Royal Purple #74379E

Tints of Royal Purple #74379E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

 BLUE value IS 158 (62.11% from 255) = 48.02%

R = 35.26%
G = 16.72%
B = 48.02%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74379E (or 0x74379E) is known color: Royal Purple. HEX triplet: 74, 37 and 9E. RGB value is (116,55,158). Sum of RGB (Red+Green+Blue) = 116+55+158=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #74379E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74379E is #8BC861. Grayscale: #545454. Windows color (decimal): -9160802 or 10368884. OLE color: 10368884.

HSL color Cylindrical-coordinate representation of color #74379E: hue angle of 275.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74379E is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 55 158 -
CMYK 0.27 0.65 0 0.38
HSL 275.53º 0.48% 0.42% -
HSV(B) 275.53º 0.65% 0.62% -
XYZ 14.74 8.91 33.29 -
YUV 84.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 116 55 158 0.27 0.65 0 0.38 275.53 0.48 0.42
Hex 74 37 9E 1B 41 0 26 114 30 2A
Octal 164 67 236 33 101 0 46 424 60 52
Binary 1110100 110111 10011110 11011 1000001 0 100110 100010100 110000 101010

Color Harmonies of #74379E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74379E

Black with #74379E

Text Example


Text Example

White with #74379E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74379E; }

 p { color: rgb(116,55,158); }

 H1.HeaderClassName
 {
   color: #74379E;
 }
 .AnyTagClassName
 {
   color: #74379E;
 }
</style>

background-color css

<style>
 a { background-color: #74379E; }

 a { background-color: rgb(116,55,158); }

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

border-color css

<style>
 span { border-color: #74379E; }

 span { border-color: rgb(116,55,158); }

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