Html Css Color HEX #74306B Palatinate Purple

📋 copy color: '#74306B'

red 116 ◦ green 48 ◦ blue 107

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

Shades of Palatinate Purple #74306B

Tints of Palatinate Purple #74306B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 107 (42.19% from 255) = 39.48%

R = 42.8%
G = 17.71%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#74306B (or 0x74306B) is known color: Palatinate Purple. HEX triplet: 74, 30 and 6B. RGB value is (116,48,107). Sum of RGB (Red+Green+Blue) = 116+48+107=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #74306B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74306B is #8BCF94. Grayscale: #4A4A4A. Windows color (decimal): -9162645 or 7024756. OLE color: 7024756.

HSL color Cylindrical-coordinate representation of color #74306B: hue angle of 307.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74306B is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 48 107 -
CMYK 0 0.59 0.08 0.55
HSL 307.94º 0.41% 0.32% -
HSV(B) 307.94º 0.59% 0.45% -
XYZ 10.91 6.89 14.66 -
YUV 75.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 116 48 107 0 0.59 0.08 0.55 307.94 0.41 0.32
Hex 74 30 6B 0 3B 8 37 134 29 20
Octal 164 60 153 0 73 10 67 464 51 40
Binary 1110100 110000 1101011 0 111011 1000 110111 100110100 101001 100000

Color Harmonies of #74306B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74306B

Black with #74306B

Text Example


Text Example

White with #74306B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,48,107); }

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

background-color css

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

 a { background-color: rgb(116,48,107); }

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

border-color css

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

 span { border-color: rgb(116,48,107); }

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