Html Css Color HEX #74215A Palatinate Purple

📋 copy color: '#74215A'

red 116 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #74215A

Tints of Palatinate Purple #74215A

RGB

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

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

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

R = 48.54%
G = 13.81%
B = 37.66%

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

#74215A (or 0x74215A) is known color: Palatinate Purple. HEX triplet: 74, 21 and 5A. RGB value is (116,33,90). Sum of RGB (Red+Green+Blue) = 116+33+90=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #74215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74215A is #8BDEA5. Grayscale: #404040. Windows color (decimal): -9166502 or 5906804. OLE color: 5906804.

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

Color convert

RGB 116 33 90 -
CMYK 0 0.72 0.22 0.55
HSL 318.8º 0.56% 0.29% -
HSV(B) 318.8º 0.72% 0.45% -
XYZ 9.59 5.54 10.24 -
YUV 64.32 142.5 164.87 -
System Red Green Blue C M Y K H S L
Decimal 116 33 90 0 0.72 0.22 0.55 318.8 0.56 0.29
Hex 74 21 5A 0 48 16 37 13F 38 1D
Octal 164 41 132 0 110 26 67 477 70 35
Binary 1110100 100001 1011010 0 1001000 10110 110111 100111111 111000 11101

Color Harmonies of #74215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74215A

Black with #74215A

Text Example


Text Example

White with #74215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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