Html Css Color HEX #73335C Palatinate Purple

📋 copy color: '#73335C'

red 115 ◦ green 51 ◦ blue 92

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

Shades of Palatinate Purple #73335C

Tints of Palatinate Purple #73335C

RGB

 RED value IS 115 (45.31% from 255) = 44.57%

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

 BLUE value IS 92 (36.33% from 255) = 35.66%

R = 44.57%
G = 19.77%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#73335C (or 0x73335C) is known color: Palatinate Purple. HEX triplet: 73, 33 and 5C. RGB value is (115,51,92). Sum of RGB (Red+Green+Blue) = 115+51+92=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73335C is #8CCCA3. Grayscale: #4A4A4A. Windows color (decimal): -9227428 or 6042483. OLE color: 6042483.

HSL color Cylindrical-coordinate representation of color #73335C: hue angle of 321.56º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73335C is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 51 92 -
CMYK 0 0.56 0.20 0.55
HSL 321.56º 0.39% 0.33% -
HSV(B) 321.56º 0.56% 0.45% -
XYZ 10.19 6.79 10.9 -
YUV 74.81 137.7 156.67 -
System Red Green Blue C M Y K H S L
Decimal 115 51 92 0 0.56 0.20 0.55 321.56 0.39 0.33
Hex 73 33 5C 0 38 14 37 142 27 21
Octal 163 63 134 0 70 24 67 502 47 41
Binary 1110011 110011 1011100 0 111000 10100 110111 101000010 100111 100001

Color Harmonies of #73335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73335C

Black with #73335C

Text Example


Text Example

White with #73335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73335C; }

 p { color: rgb(115,51,92); }

 H1.HeaderClassName
 {
   color: #73335C;
 }
 .AnyTagClassName
 {
   color: #73335C;
 }
</style>

background-color css

<style>
 a { background-color: #73335C; }

 a { background-color: rgb(115,51,92); }

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

border-color css

<style>
 span { border-color: #73335C; }

 span { border-color: rgb(115,51,92); }

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