Html Css Color HEX #74359E Royal Purple

📋 copy color: '#74359E'

red 116 ◦ green 53 ◦ blue 158

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

Shades of Royal Purple #74359E

Tints of Royal Purple #74359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.21%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 35.47%
G = 16.21%
B = 48.32%

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

#74359E (or 0x74359E) is known color: Royal Purple. HEX triplet: 74, 35 and 9E. RGB value is (116,53,158). Sum of RGB (Red+Green+Blue) = 116+53+158=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #74359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74359E is #8BCA61. Grayscale: #535353. Windows color (decimal): -9161314 or 10368372. OLE color: 10368372.

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

Color convert

RGB 116 53 158 -
CMYK 0.27 0.66 0 0.38
HSL 276º 0.5% 0.41% -
HSV(B) 276º 0.66% 0.62% -
XYZ 14.65 8.73 33.26 -
YUV 83.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 116 53 158 0.27 0.66 0 0.38 276 0.5 0.41
Hex 74 35 9E 1B 42 0 26 114 32 29
Octal 164 65 236 33 102 0 46 424 62 51
Binary 1110100 110101 10011110 11011 1000010 0 100110 100010100 110010 101001

Color Harmonies of #74359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74359E

Black with #74359E

Text Example


Text Example

White with #74359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74359E; }

 p { color: rgb(116,53,158); }

 H1.HeaderClassName
 {
   color: #74359E;
 }
 .AnyTagClassName
 {
   color: #74359E;
 }
</style>

background-color css

<style>
 a { background-color: #74359E; }

 a { background-color: rgb(116,53,158); }

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

border-color css

<style>
 span { border-color: #74359E; }

 span { border-color: rgb(116,53,158); }

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