Html Css Color HEX #74256C Palatinate Purple

📋 copy color: '#74256C'

red 116 ◦ green 37 ◦ blue 108

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

Shades of Palatinate Purple #74256C

Tints of Palatinate Purple #74256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 108 (42.58% from 255) = 41.38%

R = 44.44%
G = 14.18%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74256C (or 0x74256C) is known color: Palatinate Purple. HEX triplet: 74, 25 and 6C. RGB value is (116,37,108). Sum of RGB (Red+Green+Blue) = 116+37+108=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 108 (42.58% from 255 or 41.38% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74256C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256C is #8BDA93. Grayscale: #444444. Windows color (decimal): -9165460 or 7087476. OLE color: 7087476.

HSL color Cylindrical-coordinate representation of color #74256C: hue angle of 306.08º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74256C is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 37 108 -
CMYK 0 0.68 0.07 0.55
HSL 306.08º 0.52% 0.3% -
HSV(B) 306.08º 0.68% 0.45% -
XYZ 10.57 6.12 14.81 -
YUV 68.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 116 37 108 0 0.68 0.07 0.55 306.08 0.52 0.3
Hex 74 25 6C 0 44 7 37 132 34 1E
Octal 164 45 154 0 104 7 67 462 64 36
Binary 1110100 100101 1101100 0 1000100 111 110111 100110010 110100 11110

Color Harmonies of #74256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74256C

Black with #74256C

Text Example


Text Example

White with #74256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,37,108); }

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

background-color css

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

 a { background-color: rgb(116,37,108); }

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

border-color css

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

 span { border-color: rgb(116,37,108); }

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