Html Css Color HEX #74236B Palatinate Purple

📋 copy color: '#74236B'

red 116 ◦ green 35 ◦ blue 107

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

Shades of Palatinate Purple #74236B

Tints of Palatinate Purple #74236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

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

R = 44.96%
G = 13.57%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74236B (or 0x74236B) is known color: Palatinate Purple. HEX triplet: 74, 23 and 6B. RGB value is (116,35,107). Sum of RGB (Red+Green+Blue) = 116+35+107=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #74236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74236B is #8BDC94. Grayscale: #434343. Windows color (decimal): -9165973 or 7021428. OLE color: 7021428.

HSL color Cylindrical-coordinate representation of color #74236B: hue angle of 306.67º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74236B is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 35 107 -
CMYK 0 0.70 0.08 0.55
HSL 306.67º 0.54% 0.3% -
HSV(B) 306.67º 0.7% 0.45% -
XYZ 10.46 5.98 14.51 -
YUV 67.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 116 35 107 0 0.70 0.08 0.55 306.67 0.54 0.3
Hex 74 23 6B 0 46 8 37 133 36 1E
Octal 164 43 153 0 106 10 67 463 66 36
Binary 1110100 100011 1101011 0 1000110 1000 110111 100110011 110110 11110

Color Harmonies of #74236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74236B

Black with #74236B

Text Example


Text Example

White with #74236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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