Html Css Color HEX #7F0A8A Purple

📋 copy color: '#7F0A8A'

red 127 ◦ green 10 ◦ blue 138

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

Shades of Purple #7F0A8A

Tints of Purple #7F0A8A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.64%

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

R = 46.18%
G = 3.64%
B = 50.18%

CMYK

 C value IS 0.08

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F0A8A (or 0x7F0A8A) is known color: Purple. HEX triplet: 7F, 0A and 8A. RGB value is (127,10,138). Sum of RGB (Red+Green+Blue) = 127+10+138=275 (36% of max value = 765). Red value is 127 (50% from 255 or 46.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F0A8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0A8A is #80F575. Grayscale: #3B3B3B. Windows color (decimal): -8451446 or 9046655. OLE color: 9046655.

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

Color convert

RGB 127 10 138 -
CMYK 0.08 0.93 0 0.46
HSL 294.84º 0.86% 0.29% -
HSV(B) 294.84º 0.93% 0.54% -
XYZ 13.45 6.56 24.6 -
YUV 59.58 172.26 176.09 -
System Red Green Blue C M Y K H S L
Decimal 127 10 138 0.08 0.93 0 0.46 294.84 0.86 0.29
Hex 7F A 8A 8 5D 0 2E 127 56 1D
Octal 177 12 212 10 135 0 56 447 126 35
Binary 1111111 1010 10001010 1000 1011101 0 101110 100100111 1010110 11101

Color Harmonies of #7F0A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0A8A

Black with #7F0A8A

Text Example


Text Example

White with #7F0A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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