Html Css Color HEX #7F1568 Dark Purple

📋 copy color: '#7F1568'

red 127 ◦ green 21 ◦ blue 104

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

Shades of Dark Purple #7F1568

Tints of Dark Purple #7F1568

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 104 (41.02% from 255) = 41.27%

R = 50.4%
G = 8.33%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7F1568 (or 0x7F1568) is known color: Dark Purple. HEX triplet: 7F, 15 and 68. RGB value is (127,21,104). Sum of RGB (Red+Green+Blue) = 127+21+104=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1568 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1568 is #80EA97. Grayscale: #3D3D3D. Windows color (decimal): -8448664 or 6821247. OLE color: 6821247.

HSL color Cylindrical-coordinate representation of color #7F1568: hue angle of 313.02º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F1568 is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 21 104 -
CMYK 0 0.83 0.18 0.50
HSL 313.02º 0.72% 0.29% -
HSV(B) 313.02º 0.83% 0.5% -
XYZ 11.52 6.05 13.66 -
YUV 62.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 127 21 104 0 0.83 0.18 0.50 313.02 0.72 0.29
Hex 7F 15 68 0 53 12 32 139 48 1D
Octal 177 25 150 0 123 22 62 471 110 35
Binary 1111111 10101 1101000 0 1010011 10010 110010 100111001 1001000 11101

Color Harmonies of #7F1568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1568

Black with #7F1568

Text Example


Text Example

White with #7F1568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,21,104); }

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

background-color css

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

 a { background-color: rgb(127,21,104); }

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

border-color css

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

 span { border-color: rgb(127,21,104); }

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