Html Css Color HEX #742664 Palatinate Purple

📋 copy color: '#742664'

red 116 ◦ green 38 ◦ blue 100

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

Shades of Palatinate Purple #742664

Tints of Palatinate Purple #742664

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 100 (39.45% from 255) = 39.37%

R = 45.67%
G = 14.96%
B = 39.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#742664 (or 0x742664) is known color: Palatinate Purple. HEX triplet: 74, 26 and 64. RGB value is (116,38,100). Sum of RGB (Red+Green+Blue) = 116+38+100=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #742664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742664 is #8BD99B. Grayscale: #444444. Windows color (decimal): -9165212 or 6563444. OLE color: 6563444.

HSL color Cylindrical-coordinate representation of color #742664: hue angle of 312.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #742664 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 100 -
CMYK 0 0.67 0.14 0.55
HSL 312.31º 0.51% 0.3% -
HSV(B) 312.31º 0.67% 0.45% -
XYZ 10.2 6.02 12.68 -
YUV 68.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 116 38 100 0 0.67 0.14 0.55 312.31 0.51 0.3
Hex 74 26 64 0 43 E 37 138 33 1E
Octal 164 46 144 0 103 16 67 470 63 36
Binary 1110100 100110 1100100 0 1000011 1110 110111 100111000 110011 11110

Color Harmonies of #742664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742664

Black with #742664

Text Example


Text Example

White with #742664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742664; }

 p { color: rgb(116,38,100); }

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

background-color css

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

 a { background-color: rgb(116,38,100); }

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

border-color css

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

 span { border-color: rgb(116,38,100); }

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