Html Css Color HEX #7736AF Royal Purple

📋 copy color: '#7736AF'

red 119 ◦ green 54 ◦ blue 175

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

Shades of Royal Purple #7736AF

Tints of Royal Purple #7736AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.52%

 BLUE value IS 175 (68.75% from 255) = 50.29%

R = 34.2%
G = 15.52%
B = 50.29%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7736AF (or 0x7736AF) is known color: Royal Purple. HEX triplet: 77, 36 and AF. RGB value is (119,54,175). Sum of RGB (Red+Green+Blue) = 119+54+175=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 175 (68.75% from 255 or 50.29% from 348); Max value from RGB is 175 - color contains mainly: blue. Hex color #7736AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7736AF is #88C950. Grayscale: #565656. Windows color (decimal): -8964433 or 11482743. OLE color: 11482743.

HSL color Cylindrical-coordinate representation of color #7736AF: hue angle of 272.23º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7736AF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 54 175 -
CMYK 0.32 0.69 0 0.31
HSL 272.23º 0.53% 0.45% -
HSV(B) 272.23º 0.69% 0.69% -
XYZ 16.66 9.66 41.54 -
YUV 87.23 177.53 150.66 -
System Red Green Blue C M Y K H S L
Decimal 119 54 175 0.32 0.69 0 0.31 272.23 0.53 0.45
Hex 77 36 AF 20 45 0 1F 110 35 2D
Octal 167 66 257 40 105 0 37 420 65 55
Binary 1110111 110110 10101111 100000 1000101 0 11111 100010000 110101 101101

Color Harmonies of #7736AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7736AF

Black with #7736AF

Text Example


Text Example

White with #7736AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7736AF; }

 p { color: rgb(119,54,175); }

 H1.HeaderClassName
 {
   color: #7736AF;
 }
 .AnyTagClassName
 {
   color: #7736AF;
 }
</style>

background-color css

<style>
 a { background-color: #7736AF; }

 a { background-color: rgb(119,54,175); }

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

border-color css

<style>
 span { border-color: #7736AF; }

 span { border-color: rgb(119,54,175); }

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