Html Css Color HEX #742065 Palatinate Purple

📋 copy color: '#742065'

red 116 ◦ green 32 ◦ blue 101

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

Shades of Palatinate Purple #742065

Tints of Palatinate Purple #742065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 46.59%
G = 12.85%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#742065 (or 0x742065) is known color: Palatinate Purple. HEX triplet: 74, 20 and 65. RGB value is (116,32,101). Sum of RGB (Red+Green+Blue) = 116+32+101=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 101 (39.84% from 255 or 40.56% from 249); Max value from RGB is 116 - color contains mainly: red. Hex color #742065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742065 is #8BDF9A. Grayscale: #404040. Windows color (decimal): -9166747 or 6627444. OLE color: 6627444.

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

Color convert

RGB 116 32 101 -
CMYK 0 0.72 0.13 0.55
HSL 310.71º 0.57% 0.29% -
HSV(B) 310.71º 0.72% 0.45% -
XYZ 10.07 5.69 12.88 -
YUV 64.98 148.33 164.39 -
System Red Green Blue C M Y K H S L
Decimal 116 32 101 0 0.72 0.13 0.55 310.71 0.57 0.29
Hex 74 20 65 0 48 D 37 137 39 1D
Octal 164 40 145 0 110 15 67 467 71 35
Binary 1110100 100000 1100101 0 1001000 1101 110111 100110111 111001 11101

Color Harmonies of #742065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742065

Black with #742065

Text Example


Text Example

White with #742065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742065; }

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

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

background-color css

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

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

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

border-color css

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

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

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