Html Css Color HEX #74369C Royal Purple

📋 copy color: '#74369C'

red 116 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #74369C

Tints of Royal Purple #74369C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.56%

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

R = 35.58%
G = 16.56%
B = 47.85%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74369C (or 0x74369C) is known color: Royal Purple. HEX triplet: 74, 36 and 9C. RGB value is (116,54,156). Sum of RGB (Red+Green+Blue) = 116+54+156=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #74369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74369C is #8BC963. Grayscale: #535353. Windows color (decimal): -9161060 or 10237556. OLE color: 10237556.

HSL color Cylindrical-coordinate representation of color #74369C: hue angle of 276.47º degrees, saturation: 0.49, 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 #74369C is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 54 156 -
CMYK 0.26 0.65 0 0.39
HSL 276.47º 0.49% 0.41% -
HSV(B) 276.47º 0.65% 0.61% -
XYZ 14.52 8.75 32.38 -
YUV 84.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 116 54 156 0.26 0.65 0 0.39 276.47 0.49 0.41
Hex 74 36 9C 1A 41 0 27 114 31 29
Octal 164 66 234 32 101 0 47 424 61 51
Binary 1110100 110110 10011100 11010 1000001 0 100111 100010100 110001 101001

Color Harmonies of #74369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74369C

Black with #74369C

Text Example


Text Example

White with #74369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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