Html Css Color HEX #7F38AC Royal Purple

📋 copy color: '#7F38AC'

red 127 ◦ green 56 ◦ blue 172

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

Shades of Royal Purple #7F38AC

Tints of Royal Purple #7F38AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 35.77%
G = 15.77%
B = 48.45%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F38AC (or 0x7F38AC) is known color: Royal Purple. HEX triplet: 7F, 38 and AC. RGB value is (127,56,172). Sum of RGB (Red+Green+Blue) = 127+56+172=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #7F38AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F38AC is #80C753. Grayscale: #5A5A5A. Windows color (decimal): -8439636 or 11286655. OLE color: 11286655.

HSL color Cylindrical-coordinate representation of color #7F38AC: hue angle of 276.72º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F38AC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 56 172 -
CMYK 0.26 0.67 0 0.33
HSL 276.72º 0.51% 0.45% -
HSV(B) 276.72º 0.67% 0.67% -
XYZ 17.61 10.32 40.09 -
YUV 90.45 174.02 154.07 -
System Red Green Blue C M Y K H S L
Decimal 127 56 172 0.26 0.67 0 0.33 276.72 0.51 0.45
Hex 7F 38 AC 1A 43 0 21 115 33 2D
Octal 177 70 254 32 103 0 41 425 63 55
Binary 1111111 111000 10101100 11010 1000011 0 100001 100010101 110011 101101

Color Harmonies of #7F38AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F38AC

Black with #7F38AC

Text Example


Text Example

White with #7F38AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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