Html Css Color HEX #7B2366 Palatinate Purple

📋 copy color: '#7B2366'

red 123 ◦ green 35 ◦ blue 102

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

Shades of Palatinate Purple #7B2366

Tints of Palatinate Purple #7B2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 47.31%
G = 13.46%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B2366 (or 0x7B2366) is known color: Palatinate Purple. HEX triplet: 7B, 23 and 66. RGB value is (123,35,102). Sum of RGB (Red+Green+Blue) = 123+35+102=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2366 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2366 is #84DC99. Grayscale: #444444. Windows color (decimal): -8707226 or 6693755. OLE color: 6693755.

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

Color convert

RGB 123 35 102 -
CMYK 0 0.72 0.17 0.52
HSL 314.32º 0.56% 0.31% -
HSV(B) 314.32º 0.72% 0.48% -
XYZ 11.17 6.37 13.21 -
YUV 68.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 123 35 102 0 0.72 0.17 0.52 314.32 0.56 0.31
Hex 7B 23 66 0 48 11 34 13A 38 1F
Octal 173 43 146 0 110 21 64 472 70 37
Binary 1111011 100011 1100110 0 1001000 10001 110100 100111010 111000 11111

Color Harmonies of #7B2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2366

Black with #7B2366

Text Example


Text Example

White with #7B2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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