Html Css Color HEX #74206B Palatinate Purple

📋 copy color: '#74206B'

red 116 ◦ green 32 ◦ blue 107

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

Shades of Palatinate Purple #74206B

Tints of Palatinate Purple #74206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 41.96%

R = 45.49%
G = 12.55%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74206B (or 0x74206B) is known color: Palatinate Purple. HEX triplet: 74, 20 and 6B. RGB value is (116,32,107). Sum of RGB (Red+Green+Blue) = 116+32+107=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 107 (42.19% from 255 or 41.96% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #74206B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74206B is #8BDF94. Grayscale: #414141. Windows color (decimal): -9166741 or 7020660. OLE color: 7020660.

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

Color convert

RGB 116 32 107 -
CMYK 0 0.72 0.08 0.55
HSL 306.43º 0.57% 0.29% -
HSV(B) 306.43º 0.72% 0.45% -
XYZ 10.37 5.81 14.48 -
YUV 65.67 151.33 163.9 -
System Red Green Blue C M Y K H S L
Decimal 116 32 107 0 0.72 0.08 0.55 306.43 0.57 0.29
Hex 74 20 6B 0 48 8 37 132 39 1D
Octal 164 40 153 0 110 10 67 462 71 35
Binary 1110100 100000 1101011 0 1001000 1000 110111 100110010 111001 11101

Color Harmonies of #74206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74206B

Black with #74206B

Text Example


Text Example

White with #74206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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