Html Css Color HEX #7B185A Palatinate Purple

📋 copy color: '#7B185A'

red 123 ◦ green 24 ◦ blue 90

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

Shades of Palatinate Purple #7B185A

Tints of Palatinate Purple #7B185A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 90 (35.55% from 255) = 37.97%

R = 51.9%
G = 10.13%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7B185A (or 0x7B185A) is known color: Palatinate Purple. HEX triplet: 7B, 18 and 5A. RGB value is (123,24,90). Sum of RGB (Red+Green+Blue) = 123+24+90=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B185A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B185A is #84E7A5. Grayscale: #3C3C3C. Windows color (decimal): -8710054 or 5904507. OLE color: 5904507.

HSL color Cylindrical-coordinate representation of color #7B185A: hue angle of 320º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B185A is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 24 90 -
CMYK 0 0.80 0.27 0.52
HSL 320º 0.67% 0.29% -
HSV(B) 320º 0.8% 0.48% -
XYZ 10.34 5.6 10.21 -
YUV 61.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 123 24 90 0 0.80 0.27 0.52 320 0.67 0.29
Hex 7B 18 5A 0 50 1B 34 140 43 1D
Octal 173 30 132 0 120 33 64 500 103 35
Binary 1111011 11000 1011010 0 1010000 11011 110100 101000000 1000011 11101

Color Harmonies of #7B185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B185A

Black with #7B185A

Text Example


Text Example

White with #7B185A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,24,90); }

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

background-color css

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

 a { background-color: rgb(123,24,90); }

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

border-color css

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

 span { border-color: rgb(123,24,90); }

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