Html Css Color HEX #7E3462 Rose Bud Cherry

📋 copy color: '#7E3462'

red 126 ◦ green 52 ◦ blue 98

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

Shades of Rose Bud Cherry #7E3462

Tints of Rose Bud Cherry #7E3462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.84%

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

R = 45.65%
G = 18.84%
B = 35.51%

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

#7E3462 (or 0x7E3462) is known color: Rose Bud Cherry. HEX triplet: 7E, 34 and 62. RGB value is (126,52,98). Sum of RGB (Red+Green+Blue) = 126+52+98=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3462 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3462 is #81CB9D. Grayscale: #4F4F4F. Windows color (decimal): -8506270 or 6435966. OLE color: 6435966.

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

Color convert

RGB 126 52 98 -
CMYK 0 0.59 0.22 0.51
HSL 322.7º 0.42% 0.35% -
HSV(B) 322.7º 0.59% 0.49% -
XYZ 12.04 7.77 12.42 -
YUV 79.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 126 52 98 0 0.59 0.22 0.51 322.7 0.42 0.35
Hex 7E 34 62 0 3B 16 33 143 2A 23
Octal 176 64 142 0 73 26 63 503 52 43
Binary 1111110 110100 1100010 0 111011 10110 110011 101000011 101010 100011

Color Harmonies of #7E3462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3462

Black with #7E3462

Text Example


Text Example

White with #7E3462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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