Html Css Color HEX #74205A Palatinate Purple

📋 copy color: '#74205A'

red 116 ◦ green 32 ◦ blue 90

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

Shades of Palatinate Purple #74205A

Tints of Palatinate Purple #74205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.82%

R = 48.74%
G = 13.45%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74205A (or 0x74205A) is known color: Palatinate Purple. HEX triplet: 74, 20 and 5A. RGB value is (116,32,90). Sum of RGB (Red+Green+Blue) = 116+32+90=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #74205A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74205A is #8BDFA5. Grayscale: #3F3F3F. Windows color (decimal): -9166758 or 5906548. OLE color: 5906548.

HSL color Cylindrical-coordinate representation of color #74205A: hue angle of 318.57º 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 #74205A is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 90 -
CMYK 0 0.72 0.22 0.55
HSL 318.57º 0.57% 0.29% -
HSV(B) 318.57º 0.72% 0.45% -
XYZ 9.56 5.48 10.23 -
YUV 63.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 116 32 90 0 0.72 0.22 0.55 318.57 0.57 0.29
Hex 74 20 5A 0 48 16 37 13F 39 1D
Octal 164 40 132 0 110 26 67 477 71 35
Binary 1110100 100000 1011010 0 1001000 10110 110111 100111111 111001 11101

Color Harmonies of #74205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74205A

Black with #74205A

Text Example


Text Example

White with #74205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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