Html Css Color HEX #74286C Palatinate Purple

📋 copy color: '#74286C'

red 116 ◦ green 40 ◦ blue 108

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

Shades of Palatinate Purple #74286C

Tints of Palatinate Purple #74286C

RGB

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

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

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

R = 43.94%
G = 15.15%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#74286C (or 0x74286C) is known color: Palatinate Purple. HEX triplet: 74, 28 and 6C. RGB value is (116,40,108). Sum of RGB (Red+Green+Blue) = 116+40+108=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 40 (16.02% from 255 or 15.15% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74286C is #8BD793. Grayscale: #464646. Windows color (decimal): -9164692 or 7088244. OLE color: 7088244.

HSL color Cylindrical-coordinate representation of color #74286C: hue angle of 306.32º 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 #74286C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 40 108 -
CMYK 0 0.66 0.07 0.55
HSL 306.32º 0.49% 0.31% -
HSV(B) 306.32º 0.66% 0.45% -
XYZ 10.67 6.31 14.84 -
YUV 70.48 149.18 160.47 -
System Red Green Blue C M Y K H S L
Decimal 116 40 108 0 0.66 0.07 0.55 306.32 0.49 0.31
Hex 74 28 6C 0 42 7 37 132 31 1F
Octal 164 50 154 0 102 7 67 462 61 37
Binary 1110100 101000 1101100 0 1000010 111 110111 100110010 110001 11111

Color Harmonies of #74286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74286C

Black with #74286C

Text Example


Text Example

White with #74286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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