#7F1DC1

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

Shades of Dark Orchid #7F1DC1

Tints of Dark Orchid #7F1DC1

Color information

#7F1DC1 (or 0x7F1DC1) is unknown color: approx Dark Orchid. HEX triplet: 7F, 1D and C1. RGB value is (127,29,193). Sum of RGB (Red+Green+Blue) = 127+29+193=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #7F1DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1DC1 is #80E23E. Grayscale: #4C4C4C. Windows color (decimal): -8446527 or 12655999. OLE color: 12655999.

HSL color Cylindrical-coordinate representation of color #7F1DC1: hue angle of 275.85º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1DC1 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12729193-
CMYK0.340.8500.24
HSL275.85º73.87%43.53%-
HSV(B)275.85º84.97%75.69%-
XYZ18.829.2451.24-
YUV77193.47163.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 29 (11.72% from 255) = 8.31%
BLUE value IS 193 (75.78% from 255) = 55.30%
R=36.39%
G=8.31%
B=55.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127291930.340.8500.24275.8573.8743.53
Hex7F1DC122550181144a2c
Octal177353014212503042411254
Binary1111111111011100000110001010101010110001000101001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,193); }

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

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

 a { background-color: rgb(127,29,193); }

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

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

 span { border-color: rgb(127,29,193); }

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