Html Css Color HEX #74286D Palatinate Purple

📋 copy color: '#74286D'

red 116 ◦ green 40 ◦ blue 109

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

Shades of Palatinate Purple #74286D

Tints of Palatinate Purple #74286D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 43.77%
G = 15.09%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#74286D (or 0x74286D) is known color: Palatinate Purple. HEX triplet: 74, 28 and 6D. RGB value is (116,40,109). Sum of RGB (Red+Green+Blue) = 116+40+109=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74286D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286D is #8BD792. Grayscale: #464646. Windows color (decimal): -9164691 or 7153780. OLE color: 7153780.

HSL color Cylindrical-coordinate representation of color #74286D: hue angle of 305.53º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74286D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 109 -
CMYK 0 0.66 0.06 0.55
HSL 305.53º 0.49% 0.31% -
HSV(B) 305.53º 0.66% 0.45% -
XYZ 10.72 6.33 15.13 -
YUV 70.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 116 40 109 0 0.66 0.06 0.55 305.53 0.49 0.31
Hex 74 28 6D 0 42 6 37 132 31 1F
Octal 164 50 155 0 102 6 67 462 61 37
Binary 1110100 101000 1101101 0 1000010 110 110111 100110010 110001 11111

Color Harmonies of #74286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74286D

Black with #74286D

Text Example


Text Example

White with #74286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74286D; }

 p { color: rgb(116,40,109); }

 H1.HeaderClassName
 {
   color: #74286D;
 }
 .AnyTagClassName
 {
   color: #74286D;
 }
</style>

background-color css

<style>
 a { background-color: #74286D; }

 a { background-color: rgb(116,40,109); }

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

border-color css

<style>
 span { border-color: #74286D; }

 span { border-color: rgb(116,40,109); }

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