Html Css Color HEX #751D67 Palatinate Purple

📋 copy color: '#751D67'

red 117 ◦ green 29 ◦ blue 103

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

Shades of Palatinate Purple #751D67

Tints of Palatinate Purple #751D67

RGB

 RED value IS 117 (46.09% from 255) = 46.99%

 GREEN value IS 29 (11.72% from 255) = 11.65%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 46.99%
G = 11.65%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#751D67 (or 0x751D67) is known color: Palatinate Purple. HEX triplet: 75, 1D and 67. RGB value is (117,29,103). Sum of RGB (Red+Green+Blue) = 117+29+103=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #751D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D67 is #8AE298. Grayscale: #3F3F3F. Windows color (decimal): -9101977 or 6757749. OLE color: 6757749.

HSL color Cylindrical-coordinate representation of color #751D67: hue angle of 309.55º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D67 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 103 -
CMYK 0 0.75 0.12 0.54
HSL 309.55º 0.6% 0.29% -
HSV(B) 309.55º 0.75% 0.46% -
XYZ 10.22 5.64 13.38 -
YUV 63.75 150.15 165.98 -
System Red Green Blue C M Y K H S L
Decimal 117 29 103 0 0.75 0.12 0.54 309.55 0.6 0.29
Hex 75 1D 67 0 4B C 36 136 3C 1D
Octal 165 35 147 0 113 14 66 466 74 35
Binary 1110101 11101 1100111 0 1001011 1100 110110 100110110 111100 11101

Color Harmonies of #751D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D67

Black with #751D67

Text Example


Text Example

White with #751D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751D67; }

 p { color: rgb(117,29,103); }

 H1.HeaderClassName
 {
   color: #751D67;
 }
 .AnyTagClassName
 {
   color: #751D67;
 }
</style>

background-color css

<style>
 a { background-color: #751D67; }

 a { background-color: rgb(117,29,103); }

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

border-color css

<style>
 span { border-color: #751D67; }

 span { border-color: rgb(117,29,103); }

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