Html Css Color HEX #7638A0 Royal Purple

📋 copy color: '#7638A0'

red 118 ◦ green 56 ◦ blue 160

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

Shades of Royal Purple #7638A0

Tints of Royal Purple #7638A0

RGB

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

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

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

R = 35.33%
G = 16.77%
B = 47.9%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7638A0 (or 0x7638A0) is known color: Royal Purple. HEX triplet: 76, 38 and A0. RGB value is (118,56,160). Sum of RGB (Red+Green+Blue) = 118+56+160=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 160 (62.89% from 255 or 47.90% from 334); Max value from RGB is 160 - color contains mainly: blue. Hex color #7638A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7638A0 is #89C75F. Grayscale: #565656. Windows color (decimal): -9029472 or 10500214. OLE color: 10500214.

HSL color Cylindrical-coordinate representation of color #7638A0: hue angle of 275.77º 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 #7638A0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 118 56 160 -
CMYK 0.26 0.65 0 0.37
HSL 275.77º 0.48% 0.42% -
HSV(B) 275.77º 0.65% 0.63% -
XYZ 15.23 9.22 34.23 -
YUV 86.39 169.54 150.54 -
System Red Green Blue C M Y K H S L
Decimal 118 56 160 0.26 0.65 0 0.37 275.77 0.48 0.42
Hex 76 38 A0 1A 41 0 25 114 30 2A
Octal 166 70 240 32 101 0 45 424 60 52
Binary 1110110 111000 10100000 11010 1000001 0 100101 100010100 110000 101010

Color Harmonies of #7638A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7638A0

Black with #7638A0

Text Example


Text Example

White with #7638A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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