Html Css Color HEX #74256F Palatinate Purple

📋 copy color: '#74256F'

red 116 ◦ green 37 ◦ blue 111

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

Shades of Palatinate Purple #74256F

Tints of Palatinate Purple #74256F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.05%

R = 43.94%
G = 14.02%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#74256F (or 0x74256F) is known color: Palatinate Purple. HEX triplet: 74, 25 and 6F. RGB value is (116,37,111). Sum of RGB (Red+Green+Blue) = 116+37+111=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74256F is #8BDA90. Grayscale: #444444. Windows color (decimal): -9165457 or 7284084. OLE color: 7284084.

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

Color convert

RGB 116 37 111 -
CMYK 0 0.68 0.04 0.55
HSL 303.8º 0.52% 0.3% -
HSV(B) 303.8º 0.68% 0.45% -
XYZ 10.73 6.18 15.67 -
YUV 69.06 151.67 161.48 -
System Red Green Blue C M Y K H S L
Decimal 116 37 111 0 0.68 0.04 0.55 303.8 0.52 0.3
Hex 74 25 6F 0 44 4 37 130 34 1E
Octal 164 45 157 0 104 4 67 460 64 36
Binary 1110100 100101 1101111 0 1000100 100 110111 100110000 110100 11110

Color Harmonies of #74256F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74256F

Black with #74256F

Text Example


Text Example

White with #74256F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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