Html Css Color HEX #78369F Royal Purple

📋 copy color: '#78369F'

red 120 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #78369F

Tints of Royal Purple #78369F

RGB

 RED value IS 120 (47.27% from 255) = 36.04%

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

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

R = 36.04%
G = 16.22%
B = 47.75%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78369F (or 0x78369F) is known color: Royal Purple. HEX triplet: 78, 36 and 9F. RGB value is (120,54,159). Sum of RGB (Red+Green+Blue) = 120+54+159=333 (44% of max value = 765). Red value is 120 (47.27% from 255 or 36.04% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 159 (62.5% from 255 or 47.75% from 333); Max value from RGB is 159 - color contains mainly: blue. Hex color #78369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78369F is #87C960. Grayscale: #555555. Windows color (decimal): -8898913 or 10434168. OLE color: 10434168.

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

Color convert

RGB 120 54 159 -
CMYK 0.25 0.66 0 0.38
HSL 277.71º 0.49% 0.42% -
HSV(B) 277.71º 0.66% 0.62% -
XYZ 15.32 9.13 33.76 -
YUV 85.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 120 54 159 0.25 0.66 0 0.38 277.71 0.49 0.42
Hex 78 36 9F 19 42 0 26 116 31 2A
Octal 170 66 237 31 102 0 46 426 61 52
Binary 1111000 110110 10011111 11001 1000010 0 100110 100010110 110001 101010

Color Harmonies of #78369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78369F

Black with #78369F

Text Example


Text Example

White with #78369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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