Html Css Color HEX #7F1D52 Flirt

📋 copy color: '#7F1D52'

red 127 ◦ green 29 ◦ blue 82

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

Shades of Flirt #7F1D52

Tints of Flirt #7F1D52

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 82 (32.42% from 255) = 34.45%

R = 53.36%
G = 12.18%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#7F1D52 (or 0x7F1D52) is known color: Flirt. HEX triplet: 7F, 1D and 52. RGB value is (127,29,82). Sum of RGB (Red+Green+Blue) = 127+29+82=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D52 is #80E2AD. Grayscale: #404040. Windows color (decimal): -8446638 or 5381503. OLE color: 5381503.

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

Color convert

RGB 127 29 82 -
CMYK 0 0.77 0.35 0.50
HSL 327.55º 0.63% 0.31% -
HSV(B) 327.55º 0.77% 0.5% -
XYZ 10.71 6 8.58 -
YUV 64.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 127 29 82 0 0.77 0.35 0.50 327.55 0.63 0.31
Hex 7F 1D 52 0 4D 23 32 148 3F 1F
Octal 177 35 122 0 115 43 62 510 77 37
Binary 1111111 11101 1010010 0 1001101 100011 110010 101001000 111111 11111

Color Harmonies of #7F1D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1D52

Black with #7F1D52

Text Example


Text Example

White with #7F1D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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