Html Css Color HEX #7B2C62 Palatinate Purple

📋 copy color: '#7B2C62'

red 123 ◦ green 44 ◦ blue 98

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

Shades of Palatinate Purple #7B2C62

Tints of Palatinate Purple #7B2C62

RGB

 RED value IS 123 (48.44% from 255) = 46.42%

 GREEN value IS 44 (17.58% from 255) = 16.6%

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

R = 46.42%
G = 16.6%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B2C62 (or 0x7B2C62) is known color: Palatinate Purple. HEX triplet: 7B, 2C and 62. RGB value is (123,44,98). Sum of RGB (Red+Green+Blue) = 123+44+98=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2C62 is #84D39D. Grayscale: #494949. Windows color (decimal): -8704926 or 6433915. OLE color: 6433915.

HSL color Cylindrical-coordinate representation of color #7B2C62: hue angle of 318.99º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7B2C62 is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 44 98 -
CMYK 0 0.64 0.20 0.52
HSL 318.99º 0.47% 0.33% -
HSV(B) 318.99º 0.64% 0.48% -
XYZ 11.27 6.89 12.29 -
YUV 73.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 123 44 98 0 0.64 0.20 0.52 318.99 0.47 0.33
Hex 7B 2C 62 0 40 14 34 13F 2F 21
Octal 173 54 142 0 100 24 64 477 57 41
Binary 1111011 101100 1100010 0 1000000 10100 110100 100111111 101111 100001

Color Harmonies of #7B2C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2C62

Black with #7B2C62

Text Example


Text Example

White with #7B2C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,44,98); }

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

background-color css

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

 a { background-color: rgb(123,44,98); }

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

border-color css

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

 span { border-color: rgb(123,44,98); }

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