Html Css Color HEX #7B205E Palatinate Purple

📋 copy color: '#7B205E'

red 123 ◦ green 32 ◦ blue 94

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

Shades of Palatinate Purple #7B205E

Tints of Palatinate Purple #7B205E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 49.4%
G = 12.85%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B205E (or 0x7B205E) is known color: Palatinate Purple. HEX triplet: 7B, 20 and 5E. RGB value is (123,32,94). Sum of RGB (Red+Green+Blue) = 123+32+94=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B205E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B205E is #84DFA1. Grayscale: #424242. Windows color (decimal): -8708002 or 6168699. OLE color: 6168699.

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

Color convert

RGB 123 32 94 -
CMYK 0 0.74 0.24 0.52
HSL 319.12º 0.59% 0.3% -
HSV(B) 319.12º 0.74% 0.48% -
XYZ 10.71 6.05 11.19 -
YUV 66.28 143.65 168.46 -
System Red Green Blue C M Y K H S L
Decimal 123 32 94 0 0.74 0.24 0.52 319.12 0.59 0.3
Hex 7B 20 5E 0 4A 18 34 13F 3B 1E
Octal 173 40 136 0 112 30 64 477 73 36
Binary 1111011 100000 1011110 0 1001010 11000 110100 100111111 111011 11110

Color Harmonies of #7B205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B205E

Black with #7B205E

Text Example


Text Example

White with #7B205E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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