Html Css Color HEX #741B63 Palatinate Purple

📋 copy color: '#741B63'

red 116 ◦ green 27 ◦ blue 99

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

Shades of Palatinate Purple #741B63

Tints of Palatinate Purple #741B63

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 47.93%
G = 11.16%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#741B63 (or 0x741B63) is known color: Palatinate Purple. HEX triplet: 74, 1B and 63. RGB value is (116,27,99). Sum of RGB (Red+Green+Blue) = 116+27+99=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #741B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B63 is #8BE49C. Grayscale: #3D3D3D. Windows color (decimal): -9168029 or 6495092. OLE color: 6495092.

HSL color Cylindrical-coordinate representation of color #741B63: hue angle of 311.46º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741B63 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 27 99 -
CMYK 0 0.77 0.15 0.55
HSL 311.46º 0.62% 0.28% -
HSV(B) 311.46º 0.77% 0.45% -
XYZ 9.85 5.4 12.33 -
YUV 61.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 116 27 99 0 0.77 0.15 0.55 311.46 0.62 0.28
Hex 74 1B 63 0 4D F 37 137 3E 1C
Octal 164 33 143 0 115 17 67 467 76 34
Binary 1110100 11011 1100011 0 1001101 1111 110111 100110111 111110 11100

Color Harmonies of #741B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B63

Black with #741B63

Text Example


Text Example

White with #741B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,27,99); }

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

background-color css

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

 a { background-color: rgb(116,27,99); }

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

border-color css

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

 span { border-color: rgb(116,27,99); }

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