Html Css Color HEX #7D335B Flirt

📋 copy color: '#7D335B'

red 125 ◦ green 51 ◦ blue 91

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

Shades of Flirt #7D335B

Tints of Flirt #7D335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 46.82%
G = 19.1%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.51

RGB Variations

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

Color information

#7D335B (or 0x7D335B) is known color: Flirt. HEX triplet: 7D, 33 and 5B. RGB value is (125,51,91). Sum of RGB (Red+Green+Blue) = 125+51+91=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D335B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D335B is #82CCA4. Grayscale: #4D4D4D. Windows color (decimal): -8572069 or 5976957. OLE color: 5976957.

HSL color Cylindrical-coordinate representation of color #7D335B: hue angle of 327.57º 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 #7D335B is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 51 91 -
CMYK 0 0.59 0.27 0.51
HSL 327.57º 0.42% 0.35% -
HSV(B) 327.57º 0.59% 0.49% -
XYZ 11.53 7.48 10.73 -
YUV 77.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 125 51 91 0 0.59 0.27 0.51 327.57 0.42 0.35
Hex 7D 33 5B 0 3B 1B 33 148 2A 23
Octal 175 63 133 0 73 33 63 510 52 43
Binary 1111101 110011 1011011 0 111011 11011 110011 101001000 101010 100011

Color Harmonies of #7D335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D335B

Black with #7D335B

Text Example


Text Example

White with #7D335B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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