Html Css Color HEX #741A67 Palatinate Purple

📋 copy color: '#741A67'

red 116 ◦ green 26 ◦ blue 103

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

Shades of Palatinate Purple #741A67

Tints of Palatinate Purple #741A67

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.61%

 BLUE value IS 103 (40.63% from 255) = 42.04%

R = 47.35%
G = 10.61%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#741A67 (or 0x741A67) is known color: Palatinate Purple. HEX triplet: 74, 1A and 67. RGB value is (116,26,103). Sum of RGB (Red+Green+Blue) = 116+26+103=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741A67 is #8BE598. Grayscale: #3D3D3D. Windows color (decimal): -9168281 or 6756980. OLE color: 6756980.

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

Color convert

RGB 116 26 103 -
CMYK 0 0.78 0.11 0.55
HSL 308.67º 0.63% 0.28% -
HSV(B) 308.67º 0.78% 0.45% -
XYZ 10.02 5.43 13.35 -
YUV 61.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 116 26 103 0 0.78 0.11 0.55 308.67 0.63 0.28
Hex 74 1A 67 0 4E B 37 135 3F 1C
Octal 164 32 147 0 116 13 67 465 77 34
Binary 1110100 11010 1100111 0 1001110 1011 110111 100110101 111111 11100

Color Harmonies of #741A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A67

Black with #741A67

Text Example


Text Example

White with #741A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,26,103); }

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

background-color css

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

 a { background-color: rgb(116,26,103); }

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

border-color css

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

 span { border-color: rgb(116,26,103); }

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