Html Css Color HEX #7F1465 Dark Purple

📋 copy color: '#7F1465'

red 127 ◦ green 20 ◦ blue 101

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

Shades of Dark Purple #7F1465

Tints of Dark Purple #7F1465

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 51.21%
G = 8.06%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#7F1465 (or 0x7F1465) is known color: Dark Purple. HEX triplet: 7F, 14 and 65. RGB value is (127,20,101). Sum of RGB (Red+Green+Blue) = 127+20+101=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1465 is #80EB9A. Grayscale: #3D3D3D. Windows color (decimal): -8448923 or 6624383. OLE color: 6624383.

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

Color convert

RGB 127 20 101 -
CMYK 0 0.84 0.20 0.50
HSL 314.58º 0.73% 0.29% -
HSV(B) 314.58º 0.84% 0.5% -
XYZ 11.35 5.95 12.86 -
YUV 61.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 127 20 101 0 0.84 0.20 0.50 314.58 0.73 0.29
Hex 7F 14 65 0 54 14 32 13B 49 1D
Octal 177 24 145 0 124 24 62 473 111 35
Binary 1111111 10100 1100101 0 1010100 10100 110010 100111011 1001001 11101

Color Harmonies of #7F1465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1465

Black with #7F1465

Text Example


Text Example

White with #7F1465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,20,101); }

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

background-color css

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

 a { background-color: rgb(127,20,101); }

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

border-color css

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

 span { border-color: rgb(127,20,101); }

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