Html Css Color HEX #74225C Palatinate Purple

📋 copy color: '#74225C'

red 116 ◦ green 34 ◦ blue 92

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

Shades of Palatinate Purple #74225C

Tints of Palatinate Purple #74225C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 92 (36.33% from 255) = 38.02%

R = 47.93%
G = 14.05%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74225C (or 0x74225C) is known color: Palatinate Purple. HEX triplet: 74, 22 and 5C. RGB value is (116,34,92). Sum of RGB (Red+Green+Blue) = 116+34+92=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74225C is #8BDDA3. Grayscale: #404040. Windows color (decimal): -9166244 or 6038132. OLE color: 6038132.

HSL color Cylindrical-coordinate representation of color #74225C: hue angle of 317.56º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74225C is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 34 92 -
CMYK 0 0.71 0.21 0.55
HSL 317.56º 0.55% 0.29% -
HSV(B) 317.56º 0.71% 0.45% -
XYZ 9.71 5.63 10.7 -
YUV 65.13 143.17 164.28 -
System Red Green Blue C M Y K H S L
Decimal 116 34 92 0 0.71 0.21 0.55 317.56 0.55 0.29
Hex 74 22 5C 0 47 15 37 13E 37 1D
Octal 164 42 134 0 107 25 67 476 67 35
Binary 1110100 100010 1011100 0 1000111 10101 110111 100111110 110111 11101

Color Harmonies of #74225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74225C

Black with #74225C

Text Example


Text Example

White with #74225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74225C; }

 p { color: rgb(116,34,92); }

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

background-color css

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

 a { background-color: rgb(116,34,92); }

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

border-color css

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

 span { border-color: rgb(116,34,92); }

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