Html Css Color HEX #74339C Royal Purple

📋 copy color: '#74339C'

red 116 ◦ green 51 ◦ blue 156

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

Shades of Royal Purple #74339C

Tints of Royal Purple #74339C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.79%

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

R = 35.91%
G = 15.79%
B = 48.3%

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

#74339C (or 0x74339C) is known color: Royal Purple. HEX triplet: 74, 33 and 9C. RGB value is (116,51,156). Sum of RGB (Red+Green+Blue) = 116+51+156=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #74339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74339C is #8BCC63. Grayscale: #525252. Windows color (decimal): -9161828 or 10236788. OLE color: 10236788.

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

Color convert

RGB 116 51 156 -
CMYK 0.26 0.67 0 0.39
HSL 277.14º 0.51% 0.41% -
HSV(B) 277.14º 0.67% 0.61% -
XYZ 14.39 8.48 32.33 -
YUV 82.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 116 51 156 0.26 0.67 0 0.39 277.14 0.51 0.41
Hex 74 33 9C 1A 43 0 27 115 33 29
Octal 164 63 234 32 103 0 47 425 63 51
Binary 1110100 110011 10011100 11010 1000011 0 100111 100010101 110011 101001

Color Harmonies of #74339C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74339C

Black with #74339C

Text Example


Text Example

White with #74339C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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