Html Css Color HEX #743865 Palatinate Purple

📋 copy color: '#743865'

red 116 ◦ green 56 ◦ blue 101

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

Shades of Palatinate Purple #743865

Tints of Palatinate Purple #743865

RGB

 RED value IS 116 (45.7% from 255) = 42.49%

 GREEN value IS 56 (22.27% from 255) = 20.51%

 BLUE value IS 101 (39.84% from 255) = 37%

R = 42.49%
G = 20.51%
B = 37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#743865 (or 0x743865) is known color: Palatinate Purple. HEX triplet: 74, 38 and 65. RGB value is (116,56,101). Sum of RGB (Red+Green+Blue) = 116+56+101=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 101 (39.84% from 255 or 37.00% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743865 is #8BC79A. Grayscale: #4E4E4E. Windows color (decimal): -9160603 or 6633588. OLE color: 6633588.

HSL color Cylindrical-coordinate representation of color #743865: hue angle of 315º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #743865 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 56 101 -
CMYK 0 0.52 0.13 0.55
HSL 315º 0.35% 0.34% -
HSV(B) 315º 0.52% 0.45% -
XYZ 10.97 7.48 13.18 -
YUV 79.07 140.38 154.34 -
System Red Green Blue C M Y K H S L
Decimal 116 56 101 0 0.52 0.13 0.55 315 0.35 0.34
Hex 74 38 65 0 34 D 37 13B 23 22
Octal 164 70 145 0 64 15 67 473 43 42
Binary 1110100 111000 1100101 0 110100 1101 110111 100111011 100011 100010

Color Harmonies of #743865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743865

Black with #743865

Text Example


Text Example

White with #743865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743865; }

 p { color: rgb(116,56,101); }

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

background-color css

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

 a { background-color: rgb(116,56,101); }

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

border-color css

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

 span { border-color: rgb(116,56,101); }

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