Html Css Color HEX #74206A Palatinate Purple

📋 copy color: '#74206A'

red 116 ◦ green 32 ◦ blue 106

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

Shades of Palatinate Purple #74206A

Tints of Palatinate Purple #74206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 41.73%

R = 45.67%
G = 12.6%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#74206A (or 0x74206A) is known color: Palatinate Purple. HEX triplet: 74, 20 and 6A. RGB value is (116,32,106). Sum of RGB (Red+Green+Blue) = 116+32+106=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #74206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206A is #8BDF95. Grayscale: #414141. Windows color (decimal): -9166742 or 6955124. OLE color: 6955124.

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

Color convert

RGB 116 32 106 -
CMYK 0 0.72 0.09 0.55
HSL 307.14º 0.57% 0.29% -
HSV(B) 307.14º 0.72% 0.45% -
XYZ 10.32 5.79 14.21 -
YUV 65.55 150.83 163.98 -
System Red Green Blue C M Y K H S L
Decimal 116 32 106 0 0.72 0.09 0.55 307.14 0.57 0.29
Hex 74 20 6A 0 48 9 37 133 39 1D
Octal 164 40 152 0 110 11 67 463 71 35
Binary 1110100 100000 1101010 0 1001000 1001 110111 100110011 111001 11101

Color Harmonies of #74206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74206A

Black with #74206A

Text Example


Text Example

White with #74206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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