Html Css Color HEX #7F38AA Royal Purple

📋 copy color: '#7F38AA'

red 127 ◦ green 56 ◦ blue 170

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

Shades of Royal Purple #7F38AA

Tints of Royal Purple #7F38AA

RGB

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

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

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

R = 35.98%
G = 15.86%
B = 48.16%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F38AA (or 0x7F38AA) is known color: Royal Purple. HEX triplet: 7F, 38 and AA. RGB value is (127,56,170). Sum of RGB (Red+Green+Blue) = 127+56+170=353 (46% of max value = 765). Red value is 127 (50% from 255 or 35.98% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F38AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F38AA is #80C755. Grayscale: #595959. Windows color (decimal): -8439638 or 11155583. OLE color: 11155583.

HSL color Cylindrical-coordinate representation of color #7F38AA: hue angle of 277.37º 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 #7F38AA is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 56 170 -
CMYK 0.25 0.67 0 0.33
HSL 277.37º 0.5% 0.44% -
HSV(B) 277.37º 0.67% 0.67% -
XYZ 17.42 10.24 39.09 -
YUV 90.23 173.02 154.23 -
System Red Green Blue C M Y K H S L
Decimal 127 56 170 0.25 0.67 0 0.33 277.37 0.5 0.44
Hex 7F 38 AA 19 43 0 21 115 32 2C
Octal 177 70 252 31 103 0 41 425 62 54
Binary 1111111 111000 10101010 11001 1000011 0 100001 100010101 110010 101100

Color Harmonies of #7F38AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F38AA

Black with #7F38AA

Text Example


Text Example

White with #7F38AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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