Html Css Color HEX #76369F Royal Purple

📋 copy color: '#76369F'

red 118 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #76369F

Tints of Royal Purple #76369F

RGB

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

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

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

R = 35.65%
G = 16.31%
B = 48.04%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76369F (or 0x76369F) is known color: Royal Purple. HEX triplet: 76, 36 and 9F. RGB value is (118,54,159). Sum of RGB (Red+Green+Blue) = 118+54+159=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #76369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76369F is #89C960. Grayscale: #545454. Windows color (decimal): -9029985 or 10434166. OLE color: 10434166.

HSL color Cylindrical-coordinate representation of color #76369F: hue angle of 276.57º 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 #76369F is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 54 159 -
CMYK 0.26 0.66 0 0.38
HSL 276.57º 0.49% 0.42% -
HSV(B) 276.57º 0.66% 0.62% -
XYZ 15.05 8.99 33.74 -
YUV 85.11 169.7 151.46 -
System Red Green Blue C M Y K H S L
Decimal 118 54 159 0.26 0.66 0 0.38 276.57 0.49 0.42
Hex 76 36 9F 1A 42 0 26 115 31 2A
Octal 166 66 237 32 102 0 46 425 61 52
Binary 1110110 110110 10011111 11010 1000010 0 100110 100010101 110001 101010

Color Harmonies of #76369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76369F

Black with #76369F

Text Example


Text Example

White with #76369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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