Html Css Color HEX #7F36AF Royal Purple

📋 copy color: '#7F36AF'

red 127 ◦ green 54 ◦ blue 175

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

Shades of Royal Purple #7F36AF

Tints of Royal Purple #7F36AF

RGB

 RED value IS 127 (50% from 255) = 35.67%

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

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

R = 35.67%
G = 15.17%
B = 49.16%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7F36AF (or 0x7F36AF) is known color: Royal Purple. HEX triplet: 7F, 36 and AF. RGB value is (127,54,175). Sum of RGB (Red+Green+Blue) = 127+54+175=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F36AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F36AF is #80C950. Grayscale: #595959. Windows color (decimal): -8440145 or 11482751. OLE color: 11482751.

HSL color Cylindrical-coordinate representation of color #7F36AF: hue angle of 276.2º 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 #7F36AF is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 54 175 -
CMYK 0.27 0.69 0 0.31
HSL 276.2º 0.53% 0.45% -
HSV(B) 276.2º 0.69% 0.69% -
XYZ 17.81 10.25 41.6 -
YUV 89.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 127 54 175 0.27 0.69 0 0.31 276.2 0.53 0.45
Hex 7F 36 AF 1B 45 0 1F 114 35 2D
Octal 177 66 257 33 105 0 37 424 65 55
Binary 1111111 110110 10101111 11011 1000101 0 11111 100010100 110101 101101

Color Harmonies of #7F36AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F36AF

Black with #7F36AF

Text Example


Text Example

White with #7F36AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F36AF; }

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

 H1.HeaderClassName
 {
   color: #7F36AF;
 }
 .AnyTagClassName
 {
   color: #7F36AF;
 }
</style>

background-color css

<style>
 a { background-color: #7F36AF; }

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

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

border-color css

<style>
 span { border-color: #7F36AF; }

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

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