Html Css Color HEX #74255C Palatinate Purple

📋 copy color: '#74255C'

red 116 ◦ green 37 ◦ blue 92

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

Shades of Palatinate Purple #74255C

Tints of Palatinate Purple #74255C

RGB

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

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

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

R = 47.35%
G = 15.1%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74255C (or 0x74255C) is known color: Palatinate Purple. HEX triplet: 74, 25 and 5C. RGB value is (116,37,92). Sum of RGB (Red+Green+Blue) = 116+37+92=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74255C is #8BDAA3. Grayscale: #424242. Windows color (decimal): -9165476 or 6038900. OLE color: 6038900.

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

Color convert

RGB 116 37 92 -
CMYK 0 0.68 0.21 0.55
HSL 318.23º 0.52% 0.3% -
HSV(B) 318.23º 0.68% 0.45% -
XYZ 9.8 5.81 10.73 -
YUV 66.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 116 37 92 0 0.68 0.21 0.55 318.23 0.52 0.3
Hex 74 25 5C 0 44 15 37 13E 34 1E
Octal 164 45 134 0 104 25 67 476 64 36
Binary 1110100 100101 1011100 0 1000100 10101 110111 100111110 110100 11110

Color Harmonies of #74255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74255C

Black with #74255C

Text Example


Text Example

White with #74255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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