Html Css Color HEX #741658 Palatinate Purple

📋 copy color: '#741658'

red 116 ◦ green 22 ◦ blue 88

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

Shades of Palatinate Purple #741658

Tints of Palatinate Purple #741658

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

 BLUE value IS 88 (34.77% from 255) = 38.94%

R = 51.33%
G = 9.73%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#741658 (or 0x741658) is known color: Palatinate Purple. HEX triplet: 74, 16 and 58. RGB value is (116,22,88). Sum of RGB (Red+Green+Blue) = 116+22+88=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #741658 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741658 is #8BE9A7. Grayscale: #393939. Windows color (decimal): -9169320 or 5772916. OLE color: 5772916.

HSL color Cylindrical-coordinate representation of color #741658: hue angle of 317.87º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #741658 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 22 88 -
CMYK 0 0.81 0.24 0.55
HSL 317.87º 0.68% 0.27% -
HSV(B) 317.87º 0.81% 0.45% -
XYZ 9.25 4.99 9.71 -
YUV 57.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 116 22 88 0 0.81 0.24 0.55 317.87 0.68 0.27
Hex 74 16 58 0 51 18 37 13E 44 1B
Octal 164 26 130 0 121 30 67 476 104 33
Binary 1110100 10110 1011000 0 1010001 11000 110111 100111110 1000100 11011

Color Harmonies of #741658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741658

Black with #741658

Text Example


Text Example

White with #741658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741658; }

 p { color: rgb(116,22,88); }

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

background-color css

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

 a { background-color: rgb(116,22,88); }

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

border-color css

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

 span { border-color: rgb(116,22,88); }

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