Html Css Color HEX #7F256A Dark Purple

📋 copy color: '#7F256A'

red 127 ◦ green 37 ◦ blue 106

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

Shades of Dark Purple #7F256A

Tints of Dark Purple #7F256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.7%

 BLUE value IS 106 (41.8% from 255) = 39.26%

R = 47.04%
G = 13.7%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F256A (or 0x7F256A) is known color: Dark Purple. HEX triplet: 7F, 25 and 6A. RGB value is (127,37,106). Sum of RGB (Red+Green+Blue) = 127+37+106=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 37 (14.84% from 255 or 13.70% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F256A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F256A is #80DA95. Grayscale: #474747. Windows color (decimal): -8444566 or 6956415. OLE color: 6956415.

HSL color Cylindrical-coordinate representation of color #7F256A: hue angle of 314º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F256A is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 37 106 -
CMYK 0 0.71 0.17 0.50
HSL 314º 0.55% 0.32% -
HSV(B) 314º 0.71% 0.5% -
XYZ 12.02 6.88 14.33 -
YUV 71.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 127 37 106 0 0.71 0.17 0.50 314 0.55 0.32
Hex 7F 25 6A 0 47 11 32 13A 37 20
Octal 177 45 152 0 107 21 62 472 67 40
Binary 1111111 100101 1101010 0 1000111 10001 110010 100111010 110111 100000

Color Harmonies of #7F256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F256A

Black with #7F256A

Text Example


Text Example

White with #7F256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,37,106); }

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

background-color css

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

 a { background-color: rgb(127,37,106); }

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

border-color css

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

 span { border-color: rgb(127,37,106); }

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