Html Css Color HEX #74256B Palatinate Purple

📋 copy color: '#74256B'

red 116 ◦ green 37 ◦ blue 107

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

Shades of Palatinate Purple #74256B

Tints of Palatinate Purple #74256B

RGB

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

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

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

R = 44.62%
G = 14.23%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74256B (or 0x74256B) is known color: Palatinate Purple. HEX triplet: 74, 25 and 6B. RGB value is (116,37,107). Sum of RGB (Red+Green+Blue) = 116+37+107=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256B is #8BDA94. Grayscale: #444444. Windows color (decimal): -9165461 or 7021940. OLE color: 7021940.

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

Color convert

RGB 116 37 107 -
CMYK 0 0.68 0.08 0.55
HSL 306.84º 0.52% 0.3% -
HSV(B) 306.84º 0.68% 0.45% -
XYZ 10.52 6.1 14.53 -
YUV 68.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 116 37 107 0 0.68 0.08 0.55 306.84 0.52 0.3
Hex 74 25 6B 0 44 8 37 133 34 1E
Octal 164 45 153 0 104 10 67 463 64 36
Binary 1110100 100101 1101011 0 1000100 1000 110111 100110011 110100 11110

Color Harmonies of #74256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74256B

Black with #74256B

Text Example


Text Example

White with #74256B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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