Html Css Color HEX #7D3B5A Flirt

📋 copy color: '#7D3B5A'

red 125 ◦ green 59 ◦ blue 90

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

Shades of Flirt #7D3B5A

Tints of Flirt #7D3B5A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

 BLUE value IS 90 (35.55% from 255) = 32.85%

R = 45.62%
G = 21.53%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D3B5A (or 0x7D3B5A) is known color: Flirt. HEX triplet: 7D, 3B and 5A. RGB value is (125,59,90). Sum of RGB (Red+Green+Blue) = 125+59+90=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3B5A is #82C4A5. Grayscale: #525252. Windows color (decimal): -8570022 or 5913469. OLE color: 5913469.

HSL color Cylindrical-coordinate representation of color #7D3B5A: hue angle of 331.82º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D3B5A is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 59 90 -
CMYK 0 0.53 0.28 0.51
HSL 331.82º 0.36% 0.36% -
HSV(B) 331.82º 0.53% 0.49% -
XYZ 11.87 8.23 10.64 -
YUV 82.27 132.37 158.48 -
System Red Green Blue C M Y K H S L
Decimal 125 59 90 0 0.53 0.28 0.51 331.82 0.36 0.36
Hex 7D 3B 5A 0 35 1C 33 14C 24 24
Octal 175 73 132 0 65 34 63 514 44 44
Binary 1111101 111011 1011010 0 110101 11100 110011 101001100 100100 100100

Color Harmonies of #7D3B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3B5A

Black with #7D3B5A

Text Example


Text Example

White with #7D3B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,59,90); }

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

background-color css

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

 a { background-color: rgb(125,59,90); }

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

border-color css

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

 span { border-color: rgb(125,59,90); }

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