Html Css Color HEX #7F2B6D Dark Purple

📋 copy color: '#7F2B6D'

red 127 ◦ green 43 ◦ blue 109

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

Shades of Dark Purple #7F2B6D

Tints of Dark Purple #7F2B6D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.41%

 BLUE value IS 109 (42.97% from 255) = 39.07%

R = 45.52%
G = 15.41%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F2B6D (or 0x7F2B6D) is known color: Dark Purple. HEX triplet: 7F, 2B and 6D. RGB value is (127,43,109). Sum of RGB (Red+Green+Blue) = 127+43+109=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B6D is #80D492. Grayscale: #4B4B4B. Windows color (decimal): -8443027 or 7154559. OLE color: 7154559.

HSL color Cylindrical-coordinate representation of color #7F2B6D: hue angle of 312.86º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F2B6D is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 43 109 -
CMYK 0 0.66 0.14 0.50
HSL 312.86º 0.49% 0.33% -
HSV(B) 312.86º 0.66% 0.5% -
XYZ 12.38 7.34 15.23 -
YUV 75.64 146.83 164.63 -
System Red Green Blue C M Y K H S L
Decimal 127 43 109 0 0.66 0.14 0.50 312.86 0.49 0.33
Hex 7F 2B 6D 0 42 E 32 139 31 21
Octal 177 53 155 0 102 16 62 471 61 41
Binary 1111111 101011 1101101 0 1000010 1110 110010 100111001 110001 100001

Color Harmonies of #7F2B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2B6D

Black with #7F2B6D

Text Example


Text Example

White with #7F2B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,43,109); }

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

background-color css

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

 a { background-color: rgb(127,43,109); }

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

border-color css

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

 span { border-color: rgb(127,43,109); }

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