Html Css Color HEX #751A68 Palatinate Purple

📋 copy color: '#751A68'

red 117 ◦ green 26 ◦ blue 104

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

Shades of Palatinate Purple #751A68

Tints of Palatinate Purple #751A68

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.53%

 BLUE value IS 104 (41.02% from 255) = 42.11%

R = 47.37%
G = 10.53%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#751A68 (or 0x751A68) is known color: Palatinate Purple. HEX triplet: 75, 1A and 68. RGB value is (117,26,104). Sum of RGB (Red+Green+Blue) = 117+26+104=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 104 (41.02% from 255 or 42.11% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #751A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751A68 is #8AE597. Grayscale: #3D3D3D. Windows color (decimal): -9102744 or 6822517. OLE color: 6822517.

HSL color Cylindrical-coordinate representation of color #751A68: hue angle of 308.57º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #751A68 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 26 104 -
CMYK 0 0.78 0.11 0.54
HSL 308.57º 0.64% 0.28% -
HSV(B) 308.57º 0.78% 0.46% -
XYZ 10.2 5.52 13.62 -
YUV 62.1 151.65 167.16 -
System Red Green Blue C M Y K H S L
Decimal 117 26 104 0 0.78 0.11 0.54 308.57 0.64 0.28
Hex 75 1A 68 0 4E B 36 135 40 1C
Octal 165 32 150 0 116 13 66 465 100 34
Binary 1110101 11010 1101000 0 1001110 1011 110110 100110101 1000000 11100

Color Harmonies of #751A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751A68

Black with #751A68

Text Example


Text Example

White with #751A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,26,104); }

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

background-color css

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

 a { background-color: rgb(117,26,104); }

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

border-color css

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

 span { border-color: rgb(117,26,104); }

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