Html Css Color HEX #7F178A Purple

📋 copy color: '#7F178A'

red 127 ◦ green 23 ◦ blue 138

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

Shades of Purple #7F178A

Tints of Purple #7F178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.99%

 BLUE value IS 138 (54.3% from 255) = 47.92%

R = 44.1%
G = 7.99%
B = 47.92%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F178A (or 0x7F178A) is known color: Purple. HEX triplet: 7F, 17 and 8A. RGB value is (127,23,138). Sum of RGB (Red+Green+Blue) = 127+23+138=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F178A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F178A is #80E875. Grayscale: #424242. Windows color (decimal): -8448118 or 9049983. OLE color: 9049983.

HSL color Cylindrical-coordinate representation of color #7F178A: hue angle of 294.26º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F178A is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 23 138 -
CMYK 0.08 0.83 0 0.46
HSL 294.26º 0.71% 0.32% -
HSV(B) 294.26º 0.83% 0.54% -
XYZ 13.65 6.96 24.67 -
YUV 67.21 167.96 170.65 -
System Red Green Blue C M Y K H S L
Decimal 127 23 138 0.08 0.83 0 0.46 294.26 0.71 0.32
Hex 7F 17 8A 8 53 0 2E 126 47 20
Octal 177 27 212 10 123 0 56 446 107 40
Binary 1111111 10111 10001010 1000 1010011 0 101110 100100110 1000111 100000

Color Harmonies of #7F178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F178A

Black with #7F178A

Text Example


Text Example

White with #7F178A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,23,138); }

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

background-color css

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

 a { background-color: rgb(127,23,138); }

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

border-color css

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

 span { border-color: rgb(127,23,138); }

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