Html Css Color HEX #7B125C Palatinate Purple

📋 copy color: '#7B125C'

red 123 ◦ green 18 ◦ blue 92

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

Shades of Palatinate Purple #7B125C

Tints of Palatinate Purple #7B125C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 52.79%
G = 7.73%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.52

RGB Variations

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

Color information

#7B125C (or 0x7B125C) is known color: Palatinate Purple. HEX triplet: 7B, 12 and 5C. RGB value is (123,18,92). Sum of RGB (Red+Green+Blue) = 123+18+92=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B125C is #84EDA3. Grayscale: #393939. Windows color (decimal): -8711588 or 6034043. OLE color: 6034043.

HSL color Cylindrical-coordinate representation of color #7B125C: hue angle of 317.71º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B125C is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 18 92 -
CMYK 0 0.85 0.25 0.52
HSL 317.71º 0.74% 0.28% -
HSV(B) 317.71º 0.85% 0.48% -
XYZ 10.32 5.42 10.63 -
YUV 57.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 123 18 92 0 0.85 0.25 0.52 317.71 0.74 0.28
Hex 7B 12 5C 0 55 19 34 13E 4A 1C
Octal 173 22 134 0 125 31 64 476 112 34
Binary 1111011 10010 1011100 0 1010101 11001 110100 100111110 1001010 11100

Color Harmonies of #7B125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B125C

Black with #7B125C

Text Example


Text Example

White with #7B125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,18,92); }

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

background-color css

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

 a { background-color: rgb(123,18,92); }

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

border-color css

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

 span { border-color: rgb(123,18,92); }

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