Html Css Color HEX #74359C Royal Purple

📋 copy color: '#74359C'

red 116 ◦ green 53 ◦ blue 156

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

Shades of Royal Purple #74359C

Tints of Royal Purple #74359C

RGB

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

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

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

R = 35.69%
G = 16.31%
B = 48%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74359C (or 0x74359C) is known color: Royal Purple. HEX triplet: 74, 35 and 9C. RGB value is (116,53,156). Sum of RGB (Red+Green+Blue) = 116+53+156=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #74359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74359C is #8BCA63. Grayscale: #535353. Windows color (decimal): -9161316 or 10237300. OLE color: 10237300.

HSL color Cylindrical-coordinate representation of color #74359C: hue angle of 276.7º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74359C is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 53 156 -
CMYK 0.26 0.66 0 0.39
HSL 276.7º 0.49% 0.41% -
HSV(B) 276.7º 0.66% 0.61% -
XYZ 14.48 8.66 32.36 -
YUV 83.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 116 53 156 0.26 0.66 0 0.39 276.7 0.49 0.41
Hex 74 35 9C 1A 42 0 27 115 31 29
Octal 164 65 234 32 102 0 47 425 61 51
Binary 1110100 110101 10011100 11010 1000010 0 100111 100010101 110001 101001

Color Harmonies of #74359C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74359C

Black with #74359C

Text Example


Text Example

White with #74359C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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