Html Css Color HEX #7F2967 Dark Purple

📋 copy color: '#7F2967'

red 127 ◦ green 41 ◦ blue 103

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

Shades of Dark Purple #7F2967

Tints of Dark Purple #7F2967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

 BLUE value IS 103 (40.63% from 255) = 38.01%

R = 46.86%
G = 15.13%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#7F2967 (or 0x7F2967) is known color: Dark Purple. HEX triplet: 7F, 29 and 67. RGB value is (127,41,103). Sum of RGB (Red+Green+Blue) = 127+41+103=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2967 is #80D698. Grayscale: #494949. Windows color (decimal): -8443545 or 6760831. OLE color: 6760831.

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

Color convert

RGB 127 41 103 -
CMYK 0 0.68 0.19 0.50
HSL 316.74º 0.51% 0.33% -
HSV(B) 316.74º 0.68% 0.5% -
XYZ 11.99 7.08 13.57 -
YUV 73.78 144.49 165.96 -
System Red Green Blue C M Y K H S L
Decimal 127 41 103 0 0.68 0.19 0.50 316.74 0.51 0.33
Hex 7F 29 67 0 44 13 32 13D 33 21
Octal 177 51 147 0 104 23 62 475 63 41
Binary 1111111 101001 1100111 0 1000100 10011 110010 100111101 110011 100001

Color Harmonies of #7F2967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F2967

Black with #7F2967

Text Example


Text Example

White with #7F2967

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,41,103); }

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

background-color css

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

 a { background-color: rgb(127,41,103); }

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

border-color css

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

 span { border-color: rgb(127,41,103); }

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