Html Css Color HEX #74265B Palatinate Purple

📋 copy color: '#74265B'

red 116 ◦ green 38 ◦ blue 91

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

Shades of Palatinate Purple #74265B

Tints of Palatinate Purple #74265B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.51%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 47.35%
G = 15.51%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74265B (or 0x74265B) is known color: Palatinate Purple. HEX triplet: 74, 26 and 5B. RGB value is (116,38,91). Sum of RGB (Red+Green+Blue) = 116+38+91=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74265B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74265B is #8BD9A4. Grayscale: #434343. Windows color (decimal): -9165221 or 5973620. OLE color: 5973620.

HSL color Cylindrical-coordinate representation of color #74265B: hue angle of 319.23º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74265B is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 38 91 -
CMYK 0 0.67 0.22 0.55
HSL 319.23º 0.51% 0.3% -
HSV(B) 319.23º 0.67% 0.45% -
XYZ 9.78 5.85 10.51 -
YUV 67.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 116 38 91 0 0.67 0.22 0.55 319.23 0.51 0.3
Hex 74 26 5B 0 43 16 37 13F 33 1E
Octal 164 46 133 0 103 26 67 477 63 36
Binary 1110100 100110 1011011 0 1000011 10110 110111 100111111 110011 11110

Color Harmonies of #74265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74265B

Black with #74265B

Text Example


Text Example

White with #74265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74265B; }

 p { color: rgb(116,38,91); }

 H1.HeaderClassName
 {
   color: #74265B;
 }
 .AnyTagClassName
 {
   color: #74265B;
 }
</style>

background-color css

<style>
 a { background-color: #74265B; }

 a { background-color: rgb(116,38,91); }

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

border-color css

<style>
 span { border-color: #74265B; }

 span { border-color: rgb(116,38,91); }

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