Html Css Color HEX #7F0D75 Purple

📋 copy color: '#7F0D75'

red 127 ◦ green 13 ◦ blue 117

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

Shades of Purple #7F0D75

Tints of Purple #7F0D75

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.06%

 BLUE value IS 117 (46.09% from 255) = 45.53%

R = 49.42%
G = 5.06%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F0D75 (or 0x7F0D75) is known color: Purple. HEX triplet: 7F, 0D and 75. RGB value is (127,13,117). Sum of RGB (Red+Green+Blue) = 127+13+117=257 (34% of max value = 765). Red value is 127 (50% from 255 or 49.42% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0D75 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0D75 is #80F28A. Grayscale: #3A3A3A. Windows color (decimal): -8450699 or 7671167. OLE color: 7671167.

HSL color Cylindrical-coordinate representation of color #7F0D75: hue angle of 305.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F0D75 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 13 117 -
CMYK 0 0.90 0.08 0.50
HSL 305.26º 0.81% 0.27% -
HSV(B) 305.26º 0.9% 0.5% -
XYZ 12.11 6.08 17.37 -
YUV 58.94 160.77 176.54 -
System Red Green Blue C M Y K H S L
Decimal 127 13 117 0 0.90 0.08 0.50 305.26 0.81 0.27
Hex 7F D 75 0 5A 8 32 131 51 1B
Octal 177 15 165 0 132 10 62 461 121 33
Binary 1111111 1101 1110101 0 1011010 1000 110010 100110001 1010001 11011

Color Harmonies of #7F0D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0D75

Black with #7F0D75

Text Example


Text Example

White with #7F0D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,13,117); }

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

background-color css

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

 a { background-color: rgb(127,13,117); }

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

border-color css

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

 span { border-color: rgb(127,13,117); }

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