Html Css Color HEX #74369F Royal Purple

📋 copy color: '#74369F'

red 116 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #74369F

Tints of Royal Purple #74369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.33%

R = 35.26%
G = 16.41%
B = 48.33%

CMYK

 C value IS 0.27

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74369F (or 0x74369F) is known color: Royal Purple. HEX triplet: 74, 36 and 9F. RGB value is (116,54,159). Sum of RGB (Red+Green+Blue) = 116+54+159=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #74369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74369F is #8BC960. Grayscale: #545454. Windows color (decimal): -9161057 or 10434164. OLE color: 10434164.

HSL color Cylindrical-coordinate representation of color #74369F: hue angle of 275.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74369F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 54 159 -
CMYK 0.27 0.66 0 0.38
HSL 275.43º 0.49% 0.42% -
HSV(B) 275.43º 0.66% 0.62% -
XYZ 14.78 8.85 33.73 -
YUV 84.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 116 54 159 0.27 0.66 0 0.38 275.43 0.49 0.42
Hex 74 36 9F 1B 42 0 26 113 31 2A
Octal 164 66 237 33 102 0 46 423 61 52
Binary 1110100 110110 10011111 11011 1000010 0 100110 100010011 110001 101010

Color Harmonies of #74369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74369F

Black with #74369F

Text Example


Text Example

White with #74369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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