Html Css Color HEX #7F2065 Dark Purple

📋 copy color: '#7F2065'

red 127 ◦ green 32 ◦ blue 101

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

Shades of Dark Purple #7F2065

Tints of Dark Purple #7F2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 48.85%
G = 12.31%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F2065 (or 0x7F2065) is known color: Dark Purple. HEX triplet: 7F, 20 and 65. RGB value is (127,32,101). Sum of RGB (Red+Green+Blue) = 127+32+101=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2065 is #80DF9A. Grayscale: #444444. Windows color (decimal): -8445851 or 6627455. OLE color: 6627455.

HSL color Cylindrical-coordinate representation of color #7F2065: hue angle of 316.42º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2065 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 32 101 -
CMYK 0 0.75 0.20 0.50
HSL 316.42º 0.6% 0.31% -
HSV(B) 316.42º 0.75% 0.5% -
XYZ 11.62 6.48 12.95 -
YUV 68.27 146.47 169.89 -
System Red Green Blue C M Y K H S L
Decimal 127 32 101 0 0.75 0.20 0.50 316.42 0.6 0.31
Hex 7F 20 65 0 4B 14 32 13C 3C 1F
Octal 177 40 145 0 113 24 62 474 74 37
Binary 1111111 100000 1100101 0 1001011 10100 110010 100111100 111100 11111

Color Harmonies of #7F2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2065

Black with #7F2065

Text Example


Text Example

White with #7F2065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,32,101); }

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

background-color css

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

 a { background-color: rgb(127,32,101); }

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

border-color css

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

 span { border-color: rgb(127,32,101); }

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