Html Css Color HEX #7D335F Flirt

📋 copy color: '#7D335F'

red 125 ◦ green 51 ◦ blue 95

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

Shades of Flirt #7D335F

Tints of Flirt #7D335F

RGB

 RED value IS 125 (49.22% from 255) = 46.13%

 GREEN value IS 51 (20.31% from 255) = 18.82%

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 46.13%
G = 18.82%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7D335F (or 0x7D335F) is known color: Flirt. HEX triplet: 7D, 33 and 5F. RGB value is (125,51,95). Sum of RGB (Red+Green+Blue) = 125+51+95=271 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.13% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 125 - color contains mainly: red. Hex color #7D335F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D335F is #82CCA0. Grayscale: #4E4E4E. Windows color (decimal): -8572065 or 6239101. OLE color: 6239101.

HSL color Cylindrical-coordinate representation of color #7D335F: hue angle of 324.32º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D335F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 51 95 -
CMYK 0 0.59 0.24 0.51
HSL 324.32º 0.42% 0.35% -
HSV(B) 324.32º 0.59% 0.49% -
XYZ 11.71 7.55 11.67 -
YUV 78.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 125 51 95 0 0.59 0.24 0.51 324.32 0.42 0.35
Hex 7D 33 5F 0 3B 18 33 144 2A 23
Octal 175 63 137 0 73 30 63 504 52 43
Binary 1111101 110011 1011111 0 111011 11000 110011 101000100 101010 100011

Color Harmonies of #7D335F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D335F

Black with #7D335F

Text Example


Text Example

White with #7D335F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,51,95); }

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

background-color css

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

 a { background-color: rgb(125,51,95); }

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

border-color css

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

 span { border-color: rgb(125,51,95); }

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