Html Css Color HEX #7733A4 Royal Purple

📋 copy color: '#7733A4'

red 119 ◦ green 51 ◦ blue 164

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

Shades of Royal Purple #7733A4

Tints of Royal Purple #7733A4

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.27%

 BLUE value IS 164 (64.45% from 255) = 49.1%

R = 35.63%
G = 15.27%
B = 49.1%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7733A4 (or 0x7733A4) is known color: Royal Purple. HEX triplet: 77, 33 and A4. RGB value is (119,51,164). Sum of RGB (Red+Green+Blue) = 119+51+164=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 164 (64.45% from 255 or 49.10% from 334); Max value from RGB is 164 - color contains mainly: blue. Hex color #7733A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7733A4 is #88CC5B. Grayscale: #535353. Windows color (decimal): -8965212 or 10761079. OLE color: 10761079.

HSL color Cylindrical-coordinate representation of color #7733A4: hue angle of 276.11º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7733A4 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 119 51 164 -
CMYK 0.27 0.69 0 0.36
HSL 276.11º 0.53% 0.42% -
HSV(B) 276.11º 0.69% 0.64% -
XYZ 15.49 8.97 36.04 -
YUV 84.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 119 51 164 0.27 0.69 0 0.36 276.11 0.53 0.42
Hex 77 33 A4 1B 45 0 24 114 35 2A
Octal 167 63 244 33 105 0 44 424 65 52
Binary 1110111 110011 10100100 11011 1000101 0 100100 100010100 110101 101010

Color Harmonies of #7733A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7733A4

Black with #7733A4

Text Example


Text Example

White with #7733A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7733A4; }

 p { color: rgb(119,51,164); }

 H1.HeaderClassName
 {
   color: #7733A4;
 }
 .AnyTagClassName
 {
   color: #7733A4;
 }
</style>

background-color css

<style>
 a { background-color: #7733A4; }

 a { background-color: rgb(119,51,164); }

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

border-color css

<style>
 span { border-color: #7733A4; }

 span { border-color: rgb(119,51,164); }

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