Html Css Color HEX #74206F Palatinate Purple

📋 copy color: '#74206F'

red 116 ◦ green 32 ◦ blue 111

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

Shades of Palatinate Purple #74206F

Tints of Palatinate Purple #74206F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.86%

R = 44.79%
G = 12.36%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74206F (or 0x74206F) is known color: Palatinate Purple. HEX triplet: 74, 20 and 6F. RGB value is (116,32,111). Sum of RGB (Red+Green+Blue) = 116+32+111=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74206F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206F is #8BDF90. Grayscale: #414141. Windows color (decimal): -9166737 or 7282804. OLE color: 7282804.

HSL color Cylindrical-coordinate representation of color #74206F: hue angle of 303.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 #74206F is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 32 111 -
CMYK 0 0.72 0.04 0.55
HSL 303.57º 0.57% 0.29% -
HSV(B) 303.57º 0.72% 0.45% -
XYZ 10.59 5.89 15.62 -
YUV 66.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 116 32 111 0 0.72 0.04 0.55 303.57 0.57 0.29
Hex 74 20 6F 0 48 4 37 130 39 1D
Octal 164 40 157 0 110 4 67 460 71 35
Binary 1110100 100000 1101111 0 1001000 100 110111 100110000 111001 11101

Color Harmonies of #74206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74206F

Black with #74206F

Text Example


Text Example

White with #74206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74206F; }

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

 H1.HeaderClassName
 {
   color: #74206F;
 }
 .AnyTagClassName
 {
   color: #74206F;
 }
</style>

background-color css

<style>
 a { background-color: #74206F; }

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

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

border-color css

<style>
 span { border-color: #74206F; }

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

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