Html Css Color HEX #74339B Royal Purple

📋 copy color: '#74339B'

red 116 ◦ green 51 ◦ blue 155

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

Shades of Royal Purple #74339B

Tints of Royal Purple #74339B

RGB

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

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

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

R = 36.02%
G = 15.84%
B = 48.14%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74339B (or 0x74339B) is known color: Royal Purple. HEX triplet: 74, 33 and 9B. RGB value is (116,51,155). Sum of RGB (Red+Green+Blue) = 116+51+155=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #74339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74339B is #8BCC64. Grayscale: #515151. Windows color (decimal): -9161829 or 10171252. OLE color: 10171252.

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

Color convert

RGB 116 51 155 -
CMYK 0.25 0.67 0 0.39
HSL 277.5º 0.5% 0.4% -
HSV(B) 277.5º 0.67% 0.61% -
XYZ 14.3 8.45 31.89 -
YUV 82.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 116 51 155 0.25 0.67 0 0.39 277.5 0.5 0.4
Hex 74 33 9B 19 43 0 27 116 32 28
Octal 164 63 233 31 103 0 47 426 62 50
Binary 1110100 110011 10011011 11001 1000011 0 100111 100010110 110010 101000

Color Harmonies of #74339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74339B

Black with #74339B

Text Example


Text Example

White with #74339B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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