Html Css Color HEX #7B1C62 Palatinate Purple

📋 copy color: '#7B1C62'

red 123 ◦ green 28 ◦ blue 98

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

Shades of Palatinate Purple #7B1C62

Tints of Palatinate Purple #7B1C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

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

R = 49.4%
G = 11.24%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B1C62 (or 0x7B1C62) is known color: Palatinate Purple. HEX triplet: 7B, 1C and 62. RGB value is (123,28,98). Sum of RGB (Red+Green+Blue) = 123+28+98=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1C62 is #84E39D. Grayscale: #404040. Windows color (decimal): -8709022 or 6429819. OLE color: 6429819.

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

Color convert

RGB 123 28 98 -
CMYK 0 0.77 0.20 0.52
HSL 315.79º 0.63% 0.3% -
HSV(B) 315.79º 0.77% 0.48% -
XYZ 10.79 5.92 12.13 -
YUV 64.39 146.97 169.81 -
System Red Green Blue C M Y K H S L
Decimal 123 28 98 0 0.77 0.20 0.52 315.79 0.63 0.3
Hex 7B 1C 62 0 4D 14 34 13C 3F 1E
Octal 173 34 142 0 115 24 64 474 77 36
Binary 1111011 11100 1100010 0 1001101 10100 110100 100111100 111111 11110

Color Harmonies of #7B1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1C62

Black with #7B1C62

Text Example


Text Example

White with #7B1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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