Html Css Color HEX #76369C Royal Purple

📋 copy color: '#76369C'

red 118 ◦ green 54 ◦ blue 156

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

Shades of Royal Purple #76369C

Tints of Royal Purple #76369C

RGB

 RED value IS 118 (46.48% from 255) = 35.98%

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

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

R = 35.98%
G = 16.46%
B = 47.56%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76369C (or 0x76369C) is known color: Royal Purple. HEX triplet: 76, 36 and 9C. RGB value is (118,54,156). Sum of RGB (Red+Green+Blue) = 118+54+156=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #76369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76369C is #89C963. Grayscale: #545454. Windows color (decimal): -9029988 or 10237558. OLE color: 10237558.

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

Color convert

RGB 118 54 156 -
CMYK 0.24 0.65 0 0.39
HSL 277.65º 0.49% 0.41% -
HSV(B) 277.65º 0.65% 0.61% -
XYZ 14.79 8.89 32.39 -
YUV 84.76 168.2 151.71 -
System Red Green Blue C M Y K H S L
Decimal 118 54 156 0.24 0.65 0 0.39 277.65 0.49 0.41
Hex 76 36 9C 18 41 0 27 116 31 29
Octal 166 66 234 30 101 0 47 426 61 51
Binary 1110110 110110 10011100 11000 1000001 0 100111 100010110 110001 101001

Color Harmonies of #76369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76369C

Black with #76369C

Text Example


Text Example

White with #76369C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,54,156); }

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

background-color css

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

 a { background-color: rgb(118,54,156); }

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

border-color css

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

 span { border-color: rgb(118,54,156); }

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