Html Css Color HEX #7B2B68 Palatinate Purple

📋 copy color: '#7B2B68'

red 123 ◦ green 43 ◦ blue 104

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

Shades of Palatinate Purple #7B2B68

Tints of Palatinate Purple #7B2B68

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 104 (41.02% from 255) = 38.52%

R = 45.56%
G = 15.93%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B2B68 (or 0x7B2B68) is known color: Palatinate Purple. HEX triplet: 7B, 2B and 68. RGB value is (123,43,104). Sum of RGB (Red+Green+Blue) = 123+43+104=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 104 (41.02% from 255 or 38.52% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2B68 is #84D497. Grayscale: #494949. Windows color (decimal): -8705176 or 6826875. OLE color: 6826875.

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

Color convert

RGB 123 43 104 -
CMYK 0 0.65 0.15 0.52
HSL 314.25º 0.48% 0.33% -
HSV(B) 314.25º 0.65% 0.48% -
XYZ 11.53 6.94 13.83 -
YUV 73.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 123 43 104 0 0.65 0.15 0.52 314.25 0.48 0.33
Hex 7B 2B 68 0 41 F 34 13A 30 21
Octal 173 53 150 0 101 17 64 472 60 41
Binary 1111011 101011 1101000 0 1000001 1111 110100 100111010 110000 100001

Color Harmonies of #7B2B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2B68

Black with #7B2B68

Text Example


Text Example

White with #7B2B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,43,104); }

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

background-color css

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

 a { background-color: rgb(123,43,104); }

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

border-color css

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

 span { border-color: rgb(123,43,104); }

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