Html Css Color HEX #741E69 Palatinate Purple

📋 copy color: '#741E69'

red 116 ◦ green 30 ◦ blue 105

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

Shades of Palatinate Purple #741E69

Tints of Palatinate Purple #741E69

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 105 (41.41% from 255) = 41.83%

R = 46.22%
G = 11.95%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#741E69 (or 0x741E69) is known color: Palatinate Purple. HEX triplet: 74, 1E and 69. RGB value is (116,30,105). Sum of RGB (Red+Green+Blue) = 116+30+105=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E69 is #8BE196. Grayscale: #404040. Windows color (decimal): -9167255 or 6889076. OLE color: 6889076.

HSL color Cylindrical-coordinate representation of color #741E69: hue angle of 307.67º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E69 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 30 105 -
CMYK 0 0.74 0.09 0.55
HSL 307.67º 0.59% 0.29% -
HSV(B) 307.67º 0.74% 0.45% -
XYZ 10.22 5.66 13.92 -
YUV 64.26 150.99 164.9 -
System Red Green Blue C M Y K H S L
Decimal 116 30 105 0 0.74 0.09 0.55 307.67 0.59 0.29
Hex 74 1E 69 0 4A 9 37 134 3B 1D
Octal 164 36 151 0 112 11 67 464 73 35
Binary 1110100 11110 1101001 0 1001010 1001 110111 100110100 111011 11101

Color Harmonies of #741E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741E69

Black with #741E69

Text Example


Text Example

White with #741E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741E69; }

 p { color: rgb(116,30,105); }

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

background-color css

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

 a { background-color: rgb(116,30,105); }

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

border-color css

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

 span { border-color: rgb(116,30,105); }

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