#7F32C6

Color #7F32C6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #7F32C6

Tints of Dark Orchid #7F32C6

Color information

#7F32C6 (or 0x7F32C6) is unknown color: approx Dark Orchid. HEX triplet: 7F, 32 and C6. RGB value is (127,50,198). Sum of RGB (Red+Green+Blue) = 127+50+198=375 (49% of max value = 765). Red value is 127 (50% from 255 or 33.87% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #7F32C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F32C6 is #80CD39. Grayscale: #595959. Windows color (decimal): -8441146 or 12989055. OLE color: 12989055.

HSL color Cylindrical-coordinate representation of color #7F32C6: hue angle of 271.22º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F32C6 is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12750198-
CMYK0.360.7500.22
HSL271.22º59.68%48.63%-
HSV(B)271.22º74.75%77.65%-
XYZ20.0910.8754.47-
YUV89.9189.01154.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.87%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 198 (77.73% from 255) = 52.8%
R=33.87%
G=13.33%
B=52.8%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal127501980.360.7500.22271.2259.6848.63
Hex7F32C6244B01610f3c31
Octal17762306441130264177461
Binary1111111110010110001101001001001011010110100001111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F32C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,198); }

 H1.HeaderClassName
 {
   color: #7F32C6;
 }
 .AnyTagClassName
 {
   color: #7F32C6;
 }
</style>
background-color css

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

 a { background-color: rgb(127,50,198); }

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

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

 span { border-color: rgb(127,50,198); }

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