Html Css Color HEX #74215D Palatinate Purple

📋 copy color: '#74215D'

red 116 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #74215D

Tints of Palatinate Purple #74215D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 47.93%
G = 13.64%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#74215D (or 0x74215D) is known color: Palatinate Purple. HEX triplet: 74, 21 and 5D. RGB value is (116,33,93). Sum of RGB (Red+Green+Blue) = 116+33+93=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74215D is #8BDEA2. Grayscale: #404040. Windows color (decimal): -9166499 or 6103412. OLE color: 6103412.

HSL color Cylindrical-coordinate representation of color #74215D: hue angle of 316.63º degrees, saturation: 0.56, 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 #74215D is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 33 93 -
CMYK 0 0.72 0.20 0.55
HSL 316.63º 0.56% 0.29% -
HSV(B) 316.63º 0.72% 0.45% -
XYZ 9.72 5.59 10.92 -
YUV 64.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 116 33 93 0 0.72 0.20 0.55 316.63 0.56 0.29
Hex 74 21 5D 0 48 14 37 13D 38 1D
Octal 164 41 135 0 110 24 67 475 70 35
Binary 1110100 100001 1011101 0 1001000 10100 110111 100111101 111000 11101

Color Harmonies of #74215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74215D

Black with #74215D

Text Example


Text Example

White with #74215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74215D; }

 p { color: rgb(116,33,93); }

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

background-color css

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

 a { background-color: rgb(116,33,93); }

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

border-color css

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

 span { border-color: rgb(116,33,93); }

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