Html Css Color HEX #734368 Palatinate Purple

📋 copy color: '#734368'

red 115 ◦ green 67 ◦ blue 104

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

Shades of Palatinate Purple #734368

Tints of Palatinate Purple #734368

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.43%

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 40.21%
G = 23.43%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#734368 (or 0x734368) is known color: Palatinate Purple. HEX triplet: 73, 43 and 68. RGB value is (115,67,104). Sum of RGB (Red+Green+Blue) = 115+67+104=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 115 - color contains mainly: red. Hex color #734368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734368 is #8CBC97. Grayscale: #555555. Windows color (decimal): -9223320 or 6833011. OLE color: 6833011.

HSL color Cylindrical-coordinate representation of color #734368: hue angle of 313.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #734368 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 67 104 -
CMYK 0 0.42 0.10 0.55
HSL 313.75º 0.26% 0.36% -
HSV(B) 313.75º 0.42% 0.45% -
XYZ 11.58 8.66 14.16 -
YUV 85.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 115 67 104 0 0.42 0.10 0.55 313.75 0.26 0.36
Hex 73 43 68 0 2A A 37 13A 1A 24
Octal 163 103 150 0 52 12 67 472 32 44
Binary 1110011 1000011 1101000 0 101010 1010 110111 100111010 11010 100100

Color Harmonies of #734368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734368

Black with #734368

Text Example


Text Example

White with #734368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734368; }

 p { color: rgb(115,67,104); }

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

background-color css

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

 a { background-color: rgb(115,67,104); }

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

border-color css

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

 span { border-color: rgb(115,67,104); }

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