Html Css Color HEX #74379B Royal Purple

📋 copy color: '#74379B'

red 116 ◦ green 55 ◦ blue 155

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

Shades of Royal Purple #74379B

Tints of Royal Purple #74379B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.55%

R = 35.58%
G = 16.87%
B = 47.55%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74379B (or 0x74379B) is known color: Royal Purple. HEX triplet: 74, 37 and 9B. RGB value is (116,55,155). Sum of RGB (Red+Green+Blue) = 116+55+155=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #74379B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74379B is #8BC864. Grayscale: #545454. Windows color (decimal): -9160805 or 10172276. OLE color: 10172276.

HSL color Cylindrical-coordinate representation of color #74379B: hue angle of 276.6º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #74379B is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 55 155 -
CMYK 0.25 0.65 0 0.39
HSL 276.6º 0.48% 0.41% -
HSV(B) 276.6º 0.65% 0.61% -
XYZ 14.49 8.81 31.95 -
YUV 84.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 116 55 155 0.25 0.65 0 0.39 276.6 0.48 0.41
Hex 74 37 9B 19 41 0 27 115 30 29
Octal 164 67 233 31 101 0 47 425 60 51
Binary 1110100 110111 10011011 11001 1000001 0 100111 100010101 110000 101001

Color Harmonies of #74379B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74379B

Black with #74379B

Text Example


Text Example

White with #74379B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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