Html Css Color HEX #7B3366 Palatinate Purple

📋 copy color: '#7B3366'

red 123 ◦ green 51 ◦ blue 102

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

Shades of Palatinate Purple #7B3366

Tints of Palatinate Purple #7B3366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.48%

 BLUE value IS 102 (40.23% from 255) = 36.96%

R = 44.57%
G = 18.48%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B3366 (or 0x7B3366) is known color: Palatinate Purple. HEX triplet: 7B, 33 and 66. RGB value is (123,51,102). Sum of RGB (Red+Green+Blue) = 123+51+102=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3366 is #84CC99. Grayscale: #4E4E4E. Windows color (decimal): -8703130 or 6697851. OLE color: 6697851.

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

Color convert

RGB 123 51 102 -
CMYK 0 0.59 0.17 0.52
HSL 317.5º 0.41% 0.34% -
HSV(B) 317.5º 0.59% 0.48% -
XYZ 11.75 7.54 13.41 -
YUV 78.34 141.35 159.85 -
System Red Green Blue C M Y K H S L
Decimal 123 51 102 0 0.59 0.17 0.52 317.5 0.41 0.34
Hex 7B 33 66 0 3B 11 34 13E 29 22
Octal 173 63 146 0 73 21 64 476 51 42
Binary 1111011 110011 1100110 0 111011 10001 110100 100111110 101001 100010

Color Harmonies of #7B3366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3366

Black with #7B3366

Text Example


Text Example

White with #7B3366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,51,102); }

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

background-color css

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

 a { background-color: rgb(123,51,102); }

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

border-color css

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

 span { border-color: rgb(123,51,102); }

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