Html Css Color HEX #74349D Royal Purple

📋 copy color: '#74349D'

red 116 ◦ green 52 ◦ blue 157

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

Shades of Royal Purple #74349D

Tints of Royal Purple #74349D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16%

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

R = 35.69%
G = 16%
B = 48.31%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74349D (or 0x74349D) is known color: Royal Purple. HEX triplet: 74, 34 and 9D. RGB value is (116,52,157). Sum of RGB (Red+Green+Blue) = 116+52+157=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #74349D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74349D is #8BCB62. Grayscale: #525252. Windows color (decimal): -9161571 or 10302580. OLE color: 10302580.

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

Color convert

RGB 116 52 157 -
CMYK 0.26 0.67 0 0.38
HSL 276.57º 0.5% 0.41% -
HSV(B) 276.57º 0.67% 0.62% -
XYZ 14.52 8.6 32.79 -
YUV 83.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 116 52 157 0.26 0.67 0 0.38 276.57 0.5 0.41
Hex 74 34 9D 1A 43 0 26 115 32 29
Octal 164 64 235 32 103 0 46 425 62 51
Binary 1110100 110100 10011101 11010 1000011 0 100110 100010101 110010 101001

Color Harmonies of #74349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74349D

Black with #74349D

Text Example


Text Example

White with #74349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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