Html Css Color HEX #7B255E Palatinate Purple

📋 copy color: '#7B255E'

red 123 ◦ green 37 ◦ blue 94

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

Shades of Palatinate Purple #7B255E

Tints of Palatinate Purple #7B255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.57%

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

R = 48.43%
G = 14.57%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B255E (or 0x7B255E) is known color: Palatinate Purple. HEX triplet: 7B, 25 and 5E. RGB value is (123,37,94). Sum of RGB (Red+Green+Blue) = 123+37+94=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 37 (14.84% from 255 or 14.57% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B255E is #84DAA1. Grayscale: #454545. Windows color (decimal): -8706722 or 6169979. OLE color: 6169979.

HSL color Cylindrical-coordinate representation of color #7B255E: hue angle of 320.23º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7B255E is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 37 94 -
CMYK 0 0.70 0.24 0.52
HSL 320.23º 0.54% 0.31% -
HSV(B) 320.23º 0.7% 0.48% -
XYZ 10.85 6.34 11.24 -
YUV 69.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 123 37 94 0 0.70 0.24 0.52 320.23 0.54 0.31
Hex 7B 25 5E 0 46 18 34 140 36 1F
Octal 173 45 136 0 106 30 64 500 66 37
Binary 1111011 100101 1011110 0 1000110 11000 110100 101000000 110110 11111

Color Harmonies of #7B255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B255E

Black with #7B255E

Text Example


Text Example

White with #7B255E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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