Html Css Color HEX #732067 Palatinate Purple

📋 copy color: '#732067'

red 115 ◦ green 32 ◦ blue 103

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

Shades of Palatinate Purple #732067

Tints of Palatinate Purple #732067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 46%
G = 12.8%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#732067 (or 0x732067) is known color: Palatinate Purple. HEX triplet: 73, 20 and 67. RGB value is (115,32,103). Sum of RGB (Red+Green+Blue) = 115+32+103=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #732067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732067 is #8CDF98. Grayscale: #404040. Windows color (decimal): -9232281 or 6758515. OLE color: 6758515.

HSL color Cylindrical-coordinate representation of color #732067: hue angle of 308.67º 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 #732067 is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 32 103 -
CMYK 0 0.72 0.10 0.55
HSL 308.67º 0.56% 0.29% -
HSV(B) 308.67º 0.72% 0.45% -
XYZ 10.03 5.66 13.4 -
YUV 64.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 115 32 103 0 0.72 0.10 0.55 308.67 0.56 0.29
Hex 73 20 67 0 48 A 37 135 38 1D
Octal 163 40 147 0 110 12 67 465 70 35
Binary 1110011 100000 1100111 0 1001000 1010 110111 100110101 111000 11101

Color Harmonies of #732067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732067

Black with #732067

Text Example


Text Example

White with #732067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732067; }

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

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

background-color css

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

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

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

border-color css

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

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

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