Html Css Color HEX #74065B Palatinate Purple

📋 copy color: '#74065B'

red 116 ◦ green 6 ◦ blue 91

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

Shades of Palatinate Purple #74065B

Tints of Palatinate Purple #74065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.82%

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

R = 54.46%
G = 2.82%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74065B (or 0x74065B) is known color: Palatinate Purple. HEX triplet: 74, 06 and 5B. RGB value is (116,6,91). Sum of RGB (Red+Green+Blue) = 116+6+91=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 91 (35.94% from 255 or 42.72% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74065B is #8BF9A4. Grayscale: #303030. Windows color (decimal): -9173413 or 5965428. OLE color: 5965428.

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

Color convert

RGB 116 6 91 -
CMYK 0 0.95 0.22 0.55
HSL 313.64º 0.9% 0.24% -
HSV(B) 313.64º 0.95% 0.45% -
XYZ 9.16 4.6 10.3 -
YUV 48.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 116 6 91 0 0.95 0.22 0.55 313.64 0.9 0.24
Hex 74 6 5B 0 5F 16 37 13A 5A 18
Octal 164 6 133 0 137 26 67 472 132 30
Binary 1110100 110 1011011 0 1011111 10110 110111 100111010 1011010 11000

Color Harmonies of #74065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74065B

Black with #74065B

Text Example


Text Example

White with #74065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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