Html Css Color HEX #74329B Royal Purple

📋 copy color: '#74329B'

red 116 ◦ green 50 ◦ blue 155

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

Shades of Royal Purple #74329B

Tints of Royal Purple #74329B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.58%

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

R = 36.14%
G = 15.58%
B = 48.29%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74329B (or 0x74329B) is known color: Royal Purple. HEX triplet: 74, 32 and 9B. RGB value is (116,50,155). Sum of RGB (Red+Green+Blue) = 116+50+155=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #74329B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74329B is #8BCD64. Grayscale: #515151. Windows color (decimal): -9162085 or 10170996. OLE color: 10170996.

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

Color convert

RGB 116 50 155 -
CMYK 0.25 0.68 0 0.39
HSL 277.71º 0.51% 0.4% -
HSV(B) 277.71º 0.68% 0.61% -
XYZ 14.26 8.36 31.87 -
YUV 81.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 116 50 155 0.25 0.68 0 0.39 277.71 0.51 0.4
Hex 74 32 9B 19 44 0 27 116 33 28
Octal 164 62 233 31 104 0 47 426 63 50
Binary 1110100 110010 10011011 11001 1000100 0 100111 100010110 110011 101000

Color Harmonies of #74329B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74329B

Black with #74329B

Text Example


Text Example

White with #74329B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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