Html Css Color HEX #7B185E Palatinate Purple

📋 copy color: '#7B185E'

red 123 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #7B185E

Tints of Palatinate Purple #7B185E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39%

R = 51.04%
G = 9.96%
B = 39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B185E (or 0x7B185E) is known color: Palatinate Purple. HEX triplet: 7B, 18 and 5E. RGB value is (123,24,94). Sum of RGB (Red+Green+Blue) = 123+24+94=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B185E is #84E7A1. Grayscale: #3D3D3D. Windows color (decimal): -8710050 or 6166651. OLE color: 6166651.

HSL color Cylindrical-coordinate representation of color #7B185E: hue angle of 317.58º 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 #7B185E is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 24 94 -
CMYK 0 0.80 0.24 0.52
HSL 317.58º 0.67% 0.29% -
HSV(B) 317.58º 0.8% 0.48% -
XYZ 10.52 5.67 11.13 -
YUV 61.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 123 24 94 0 0.80 0.24 0.52 317.58 0.67 0.29
Hex 7B 18 5E 0 50 18 34 13E 43 1D
Octal 173 30 136 0 120 30 64 476 103 35
Binary 1111011 11000 1011110 0 1010000 11000 110100 100111110 1000011 11101

Color Harmonies of #7B185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B185E

Black with #7B185E

Text Example


Text Example

White with #7B185E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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