Html Css Color HEX #7B195A Palatinate Purple

📋 copy color: '#7B195A'

red 123 ◦ green 25 ◦ blue 90

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

Shades of Palatinate Purple #7B195A

Tints of Palatinate Purple #7B195A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.5%

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

R = 51.68%
G = 10.5%
B = 37.82%

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

#7B195A (or 0x7B195A) is known color: Palatinate Purple. HEX triplet: 7B, 19 and 5A. RGB value is (123,25,90). Sum of RGB (Red+Green+Blue) = 123+25+90=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B195A is #84E6A5. Grayscale: #3D3D3D. Windows color (decimal): -8709798 or 5904763. OLE color: 5904763.

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

Color convert

RGB 123 25 90 -
CMYK 0 0.80 0.27 0.52
HSL 320.2º 0.66% 0.29% -
HSV(B) 320.2º 0.8% 0.48% -
XYZ 10.36 5.64 10.22 -
YUV 61.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 123 25 90 0 0.80 0.27 0.52 320.2 0.66 0.29
Hex 7B 19 5A 0 50 1B 34 140 42 1D
Octal 173 31 132 0 120 33 64 500 102 35
Binary 1111011 11001 1011010 0 1010000 11011 110100 101000000 1000010 11101

Color Harmonies of #7B195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B195A

Black with #7B195A

Text Example


Text Example

White with #7B195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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