Html Css Color HEX #78379F Royal Purple

📋 copy color: '#78379F'

red 120 ◦ green 55 ◦ blue 159

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

Shades of Royal Purple #78379F

Tints of Royal Purple #78379F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 35.93%
G = 16.47%
B = 47.6%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78379F (or 0x78379F) is known color: Royal Purple. HEX triplet: 78, 37 and 9F. RGB value is (120,55,159). Sum of RGB (Red+Green+Blue) = 120+55+159=334 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.93% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #78379F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78379F is #87C860. Grayscale: #555555. Windows color (decimal): -8898657 or 10434424. OLE color: 10434424.

HSL color Cylindrical-coordinate representation of color #78379F: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78379F is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 55 159 -
CMYK 0.25 0.65 0 0.38
HSL 277.5º 0.49% 0.42% -
HSV(B) 277.5º 0.65% 0.62% -
XYZ 15.37 9.23 33.77 -
YUV 86.29 169.03 152.04 -
System Red Green Blue C M Y K H S L
Decimal 120 55 159 0.25 0.65 0 0.38 277.5 0.49 0.42
Hex 78 37 9F 19 41 0 26 116 31 2A
Octal 170 67 237 31 101 0 46 426 61 52
Binary 1111000 110111 10011111 11001 1000001 0 100110 100010110 110001 101010

Color Harmonies of #78379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78379F

Black with #78379F

Text Example


Text Example

White with #78379F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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