Html Css Color HEX #74379F Royal Purple

📋 copy color: '#74379F'

red 116 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #74379F

Tints of Royal Purple #74379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.18%

R = 35.15%
G = 16.67%
B = 48.18%

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

#74379F (or 0x74379F) is known color: Royal Purple. HEX triplet: 74, 37 and 9F. RGB value is (116,55,159). Sum of RGB (Red+Green+Blue) = 116+55+159=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 55 (21.88% from 255 or 16.67% from 330); Blue value is 159 (62.5% from 255 or 48.18% from 330); Max value from RGB is 159 - color contains mainly: blue. Hex color #74379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74379F is #8BC860. Grayscale: #545454. Windows color (decimal): -9160801 or 10434420. OLE color: 10434420.

HSL color Cylindrical-coordinate representation of color #74379F: hue angle of 275.19º degrees, saturation: 0.49, 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 #74379F is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 55 159 -
CMYK 0.27 0.65 0 0.38
HSL 275.19º 0.49% 0.42% -
HSV(B) 275.19º 0.65% 0.62% -
XYZ 14.83 8.95 33.75 -
YUV 85.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 116 55 159 0.27 0.65 0 0.38 275.19 0.49 0.42
Hex 74 37 9F 1B 41 0 26 113 31 2A
Octal 164 67 237 33 101 0 46 423 61 52
Binary 1110100 110111 10011111 11011 1000001 0 100110 100010011 110001 101010

Color Harmonies of #74379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74379F

Black with #74379F

Text Example


Text Example

White with #74379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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