Html Css Color HEX #74285C Palatinate Purple

📋 copy color: '#74285C'

red 116 ◦ green 40 ◦ blue 92

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

Shades of Palatinate Purple #74285C

Tints of Palatinate Purple #74285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.1%

R = 46.77%
G = 16.13%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74285C (or 0x74285C) is known color: Palatinate Purple. HEX triplet: 74, 28 and 5C. RGB value is (116,40,92). Sum of RGB (Red+Green+Blue) = 116+40+92=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 92 (36.33% from 255 or 37.10% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #74285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74285C is #8BD7A3. Grayscale: #444444. Windows color (decimal): -9164708 or 6039668. OLE color: 6039668.

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

Color convert

RGB 116 40 92 -
CMYK 0 0.66 0.21 0.55
HSL 318.95º 0.49% 0.31% -
HSV(B) 318.95º 0.66% 0.45% -
XYZ 9.89 6 10.76 -
YUV 68.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 116 40 92 0 0.66 0.21 0.55 318.95 0.49 0.31
Hex 74 28 5C 0 42 15 37 13F 31 1F
Octal 164 50 134 0 102 25 67 477 61 37
Binary 1110100 101000 1011100 0 1000010 10101 110111 100111111 110001 11111

Color Harmonies of #74285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74285C

Black with #74285C

Text Example


Text Example

White with #74285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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