Html Css Color HEX #7E3062 Rose Bud Cherry

📋 copy color: '#7E3062'

red 126 ◦ green 48 ◦ blue 98

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

Shades of Rose Bud Cherry #7E3062

Tints of Rose Bud Cherry #7E3062

RGB

 RED value IS 126 (49.61% from 255) = 46.32%

 GREEN value IS 48 (19.14% from 255) = 17.65%

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

R = 46.32%
G = 17.65%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.51

RGB Variations

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

Color information

#7E3062 (or 0x7E3062) is known color: Rose Bud Cherry. HEX triplet: 7E, 30 and 62. RGB value is (126,48,98). Sum of RGB (Red+Green+Blue) = 126+48+98=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3062 is #81CF9D. Grayscale: #4C4C4C. Windows color (decimal): -8507294 or 6434942. OLE color: 6434942.

HSL color Cylindrical-coordinate representation of color #7E3062: hue angle of 321.54º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E3062 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 48 98 -
CMYK 0 0.62 0.22 0.51
HSL 321.54º 0.45% 0.34% -
HSV(B) 321.54º 0.62% 0.49% -
XYZ 11.87 7.43 12.36 -
YUV 77.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 126 48 98 0 0.62 0.22 0.51 321.54 0.45 0.34
Hex 7E 30 62 0 3E 16 33 142 2D 22
Octal 176 60 142 0 76 26 63 502 55 42
Binary 1111110 110000 1100010 0 111110 10110 110011 101000010 101101 100010

Color Harmonies of #7E3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3062

Black with #7E3062

Text Example


Text Example

White with #7E3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,48,98); }

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

background-color css

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

 a { background-color: rgb(126,48,98); }

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

border-color css

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

 span { border-color: rgb(126,48,98); }

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