Html Css Color HEX #7F356C Dark Purple

📋 copy color: '#7F356C'

red 127 ◦ green 53 ◦ blue 108

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

Shades of Dark Purple #7F356C

Tints of Dark Purple #7F356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

 BLUE value IS 108 (42.58% from 255) = 37.5%

R = 44.1%
G = 18.4%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F356C (or 0x7F356C) is known color: Dark Purple. HEX triplet: 7F, 35 and 6C. RGB value is (127,53,108). Sum of RGB (Red+Green+Blue) = 127+53+108=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F356C is #80CA93. Grayscale: #515151. Windows color (decimal): -8440468 or 7091583. OLE color: 7091583.

HSL color Cylindrical-coordinate representation of color #7F356C: hue angle of 315.41º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F356C is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 53 108 -
CMYK 0 0.58 0.15 0.50
HSL 315.41º 0.41% 0.35% -
HSV(B) 315.41º 0.58% 0.5% -
XYZ 12.73 8.14 15.09 -
YUV 81.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 127 53 108 0 0.58 0.15 0.50 315.41 0.41 0.35
Hex 7F 35 6C 0 3A F 32 13B 29 23
Octal 177 65 154 0 72 17 62 473 51 43
Binary 1111111 110101 1101100 0 111010 1111 110010 100111011 101001 100011

Color Harmonies of #7F356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F356C

Black with #7F356C

Text Example


Text Example

White with #7F356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,53,108); }

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

background-color css

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

 a { background-color: rgb(127,53,108); }

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

border-color css

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

 span { border-color: rgb(127,53,108); }

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