Html Css Color HEX #7F2B75 Dark Purple

📋 copy color: '#7F2B75'

red 127 ◦ green 43 ◦ blue 117

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

Shades of Dark Purple #7F2B75

Tints of Dark Purple #7F2B75

RGB

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

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

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

R = 44.25%
G = 14.98%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#7F2B75 (or 0x7F2B75) is known color: Dark Purple. HEX triplet: 7F, 2B and 75. RGB value is (127,43,117). Sum of RGB (Red+Green+Blue) = 127+43+117=287 (38% of max value = 765). Red value is 127 (50% from 255 or 44.25% from 287); Green value is 43 (17.19% from 255 or 14.98% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2B75 is #80D48A. Grayscale: #4C4C4C. Windows color (decimal): -8443019 or 7678847. OLE color: 7678847.

HSL color Cylindrical-coordinate representation of color #7F2B75: hue angle of 307.14º 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 #7F2B75 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 43 117 -
CMYK 0 0.66 0.08 0.50
HSL 307.14º 0.49% 0.33% -
HSV(B) 307.14º 0.66% 0.5% -
XYZ 12.83 7.52 17.61 -
YUV 76.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 127 43 117 0 0.66 0.08 0.50 307.14 0.49 0.33
Hex 7F 2B 75 0 42 8 32 133 31 21
Octal 177 53 165 0 102 10 62 463 61 41
Binary 1111111 101011 1110101 0 1000010 1000 110010 100110011 110001 100001

Color Harmonies of #7F2B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2B75

Black with #7F2B75

Text Example


Text Example

White with #7F2B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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