Html Css Color HEX #73206B Palatinate Purple

📋 copy color: '#73206B'

red 115 ◦ green 32 ◦ blue 107

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

Shades of Palatinate Purple #73206B

Tints of Palatinate Purple #73206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.13%

R = 45.28%
G = 12.6%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#73206B (or 0x73206B) is known color: Palatinate Purple. HEX triplet: 73, 20 and 6B. RGB value is (115,32,107). Sum of RGB (Red+Green+Blue) = 115+32+107=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 115 - color contains mainly: red. Hex color #73206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73206B is #8CDF94. Grayscale: #414141. Windows color (decimal): -9232277 or 7020659. OLE color: 7020659.

HSL color Cylindrical-coordinate representation of color #73206B: hue angle of 305.78º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #73206B is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 107 -
CMYK 0 0.72 0.07 0.55
HSL 305.78º 0.56% 0.29% -
HSV(B) 305.78º 0.72% 0.45% -
XYZ 10.24 5.74 14.48 -
YUV 65.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 115 32 107 0 0.72 0.07 0.55 305.78 0.56 0.29
Hex 73 20 6B 0 48 7 37 132 38 1D
Octal 163 40 153 0 110 7 67 462 70 35
Binary 1110011 100000 1101011 0 1001000 111 110111 100110010 111000 11101

Color Harmonies of #73206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73206B

Black with #73206B

Text Example


Text Example

White with #73206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73206B; }

 p { color: rgb(115,32,107); }

 H1.HeaderClassName
 {
   color: #73206B;
 }
 .AnyTagClassName
 {
   color: #73206B;
 }
</style>

background-color css

<style>
 a { background-color: #73206B; }

 a { background-color: rgb(115,32,107); }

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

border-color css

<style>
 span { border-color: #73206B; }

 span { border-color: rgb(115,32,107); }

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