Html Css Color HEX #732F6B Palatinate Purple

📋 copy color: '#732F6B'

red 115 ◦ green 47 ◦ blue 107

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

Shades of Palatinate Purple #732F6B

Tints of Palatinate Purple #732F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.47%

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

R = 42.75%
G = 17.47%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#732F6B (or 0x732F6B) is known color: Palatinate Purple. HEX triplet: 73, 2F and 6B. RGB value is (115,47,107). Sum of RGB (Red+Green+Blue) = 115+47+107=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #732F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F6B is #8CD094. Grayscale: #4A4A4A. Windows color (decimal): -9228437 or 7024499. OLE color: 7024499.

HSL color Cylindrical-coordinate representation of color #732F6B: hue angle of 307.06º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F6B is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 47 107 -
CMYK 0 0.59 0.07 0.55
HSL 307.06º 0.42% 0.32% -
HSV(B) 307.06º 0.59% 0.45% -
XYZ 10.74 6.74 14.64 -
YUV 74.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 115 47 107 0 0.59 0.07 0.55 307.06 0.42 0.32
Hex 73 2F 6B 0 3B 7 37 133 2A 20
Octal 163 57 153 0 73 7 67 463 52 40
Binary 1110011 101111 1101011 0 111011 111 110111 100110011 101010 100000

Color Harmonies of #732F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732F6B

Black with #732F6B

Text Example


Text Example

White with #732F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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