Html Css Color HEX #7E3361 Rose Bud Cherry

📋 copy color: '#7E3361'

red 126 ◦ green 51 ◦ blue 97

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

Shades of Rose Bud Cherry #7E3361

Tints of Rose Bud Cherry #7E3361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 45.99%
G = 18.61%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7E3361 (or 0x7E3361) is known color: Rose Bud Cherry. HEX triplet: 7E, 33 and 61. RGB value is (126,51,97). Sum of RGB (Red+Green+Blue) = 126+51+97=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3361 is #81CC9E. Grayscale: #4E4E4E. Windows color (decimal): -8506527 or 6370174. OLE color: 6370174.

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

Color convert

RGB 126 51 97 -
CMYK 0 0.60 0.23 0.51
HSL 323.2º 0.42% 0.35% -
HSV(B) 323.2º 0.6% 0.49% -
XYZ 11.95 7.67 12.16 -
YUV 78.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 126 51 97 0 0.60 0.23 0.51 323.2 0.42 0.35
Hex 7E 33 61 0 3C 17 33 143 2A 23
Octal 176 63 141 0 74 27 63 503 52 43
Binary 1111110 110011 1100001 0 111100 10111 110011 101000011 101010 100011

Color Harmonies of #7E3361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3361

Black with #7E3361

Text Example


Text Example

White with #7E3361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,51,97); }

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

background-color css

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

 a { background-color: rgb(126,51,97); }

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

border-color css

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

 span { border-color: rgb(126,51,97); }

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