Html Css Color HEX #74349C Royal Purple

📋 copy color: '#74349C'

red 116 ◦ green 52 ◦ blue 156

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

Shades of Royal Purple #74349C

Tints of Royal Purple #74349C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 35.8%
G = 16.05%
B = 48.15%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74349C (or 0x74349C) is known color: Royal Purple. HEX triplet: 74, 34 and 9C. RGB value is (116,52,156). Sum of RGB (Red+Green+Blue) = 116+52+156=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #74349C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74349C is #8BCB63. Grayscale: #525252. Windows color (decimal): -9161572 or 10237044. OLE color: 10237044.

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

Color convert

RGB 116 52 156 -
CMYK 0.26 0.67 0 0.39
HSL 276.92º 0.5% 0.41% -
HSV(B) 276.92º 0.67% 0.61% -
XYZ 14.43 8.57 32.35 -
YUV 82.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 116 52 156 0.26 0.67 0 0.39 276.92 0.5 0.41
Hex 74 34 9C 1A 43 0 27 115 32 29
Octal 164 64 234 32 103 0 47 425 62 51
Binary 1110100 110100 10011100 11010 1000011 0 100111 100010101 110010 101001

Color Harmonies of #74349C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74349C

Black with #74349C

Text Example


Text Example

White with #74349C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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