Html Css Color HEX #7738AA Royal Purple

📋 copy color: '#7738AA'

red 119 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #7738AA

Tints of Royal Purple #7738AA

RGB

 RED value IS 119 (46.88% from 255) = 34.49%

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

 BLUE value IS 170 (66.8% from 255) = 49.28%

R = 34.49%
G = 16.23%
B = 49.28%

CMYK

 C value IS 0.3

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7738AA (or 0x7738AA) is known color: Royal Purple. HEX triplet: 77, 38 and AA. RGB value is (119,56,170). Sum of RGB (Red+Green+Blue) = 119+56+170=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #7738AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7738AA is #88C755. Grayscale: #575757. Windows color (decimal): -8963926 or 11155575. OLE color: 11155575.

HSL color Cylindrical-coordinate representation of color #7738AA: hue angle of 273.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7738AA is Cyan = 0.3, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 56 170 -
CMYK 0.3 0.67 0 0.33
HSL 273.16º 0.5% 0.44% -
HSV(B) 273.16º 0.67% 0.67% -
XYZ 16.28 9.65 39.04 -
YUV 87.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 119 56 170 0.3 0.67 0 0.33 273.16 0.5 0.44
Hex 77 38 AA 1E 43 0 21 111 32 2C
Octal 167 70 252 36 103 0 41 421 62 54
Binary 1110111 111000 10101010 11110 1000011 0 100001 100010001 110010 101100

Color Harmonies of #7738AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7738AA

Black with #7738AA

Text Example


Text Example

White with #7738AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7738AA; }

 p { color: rgb(119,56,170); }

 H1.HeaderClassName
 {
   color: #7738AA;
 }
 .AnyTagClassName
 {
   color: #7738AA;
 }
</style>

background-color css

<style>
 a { background-color: #7738AA; }

 a { background-color: rgb(119,56,170); }

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

border-color css

<style>
 span { border-color: #7738AA; }

 span { border-color: rgb(119,56,170); }

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