Html Css Color HEX #7D3362 Flirt

📋 copy color: '#7D3362'

red 125 ◦ green 51 ◦ blue 98

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

Shades of Flirt #7D3362

Tints of Flirt #7D3362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 45.62%
G = 18.61%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7D3362 (or 0x7D3362) is known color: Flirt. HEX triplet: 7D, 33 and 62. RGB value is (125,51,98). Sum of RGB (Red+Green+Blue) = 125+51+98=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3362 is #82CC9D. Grayscale: #4E4E4E. Windows color (decimal): -8572062 or 6435709. OLE color: 6435709.

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

Color convert

RGB 125 51 98 -
CMYK 0 0.59 0.22 0.51
HSL 321.89º 0.42% 0.35% -
HSV(B) 321.89º 0.59% 0.49% -
XYZ 11.85 7.61 12.4 -
YUV 78.48 139.02 161.18 -
System Red Green Blue C M Y K H S L
Decimal 125 51 98 0 0.59 0.22 0.51 321.89 0.42 0.35
Hex 7D 33 62 0 3B 16 33 142 2A 23
Octal 175 63 142 0 73 26 63 502 52 43
Binary 1111101 110011 1100010 0 111011 10110 110011 101000010 101010 100011

Color Harmonies of #7D3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3362

Black with #7D3362

Text Example


Text Example

White with #7D3362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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