Html Css Color HEX #7838A0 Royal Purple

📋 copy color: '#7838A0'

red 120 ◦ green 56 ◦ blue 160

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

Shades of Royal Purple #7838A0

Tints of Royal Purple #7838A0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.67%

 BLUE value IS 160 (62.89% from 255) = 47.62%

R = 35.71%
G = 16.67%
B = 47.62%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7838A0 (or 0x7838A0) is known color: Royal Purple. HEX triplet: 78, 38 and A0. RGB value is (120,56,160). Sum of RGB (Red+Green+Blue) = 120+56+160=336 (44% of max value = 765). Red value is 120 (47.27% from 255 or 35.71% from 336); Green value is 56 (22.27% from 255 or 16.67% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #7838A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7838A0 is #87C75F. Grayscale: #565656. Windows color (decimal): -8898400 or 10500216. OLE color: 10500216.

HSL color Cylindrical-coordinate representation of color #7838A0: hue angle of 276.92º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7838A0 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 56 160 -
CMYK 0.25 0.65 0 0.37
HSL 276.92º 0.48% 0.42% -
HSV(B) 276.92º 0.65% 0.63% -
XYZ 15.51 9.36 34.25 -
YUV 86.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 120 56 160 0.25 0.65 0 0.37 276.92 0.48 0.42
Hex 78 38 A0 19 41 0 25 115 30 2A
Octal 170 70 240 31 101 0 45 425 60 52
Binary 1111000 111000 10100000 11001 1000001 0 100101 100010101 110000 101010

Color Harmonies of #7838A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7838A0

Black with #7838A0

Text Example


Text Example

White with #7838A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7838A0; }

 p { color: rgb(120,56,160); }

 H1.HeaderClassName
 {
   color: #7838A0;
 }
 .AnyTagClassName
 {
   color: #7838A0;
 }
</style>

background-color css

<style>
 a { background-color: #7838A0; }

 a { background-color: rgb(120,56,160); }

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

border-color css

<style>
 span { border-color: #7838A0; }

 span { border-color: rgb(120,56,160); }

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