Html Css Color HEX #75265C Palatinate Purple

📋 copy color: '#75265C'

red 117 ◦ green 38 ◦ blue 92

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

Shades of Palatinate Purple #75265C

Tints of Palatinate Purple #75265C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.25%

R = 47.37%
G = 15.38%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#75265C (or 0x75265C) is known color: Palatinate Purple. HEX triplet: 75, 26 and 5C. RGB value is (117,38,92). Sum of RGB (Red+Green+Blue) = 117+38+92=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75265C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75265C is #8AD9A3. Grayscale: #434343. Windows color (decimal): -9099684 or 6039157. OLE color: 6039157.

HSL color Cylindrical-coordinate representation of color #75265C: hue angle of 318.99º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75265C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 38 92 -
CMYK 0 0.68 0.21 0.54
HSL 318.99º 0.51% 0.3% -
HSV(B) 318.99º 0.68% 0.46% -
XYZ 9.96 5.94 10.75 -
YUV 67.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 117 38 92 0 0.68 0.21 0.54 318.99 0.51 0.3
Hex 75 26 5C 0 44 15 36 13F 33 1E
Octal 165 46 134 0 104 25 66 477 63 36
Binary 1110101 100110 1011100 0 1000100 10101 110110 100111111 110011 11110

Color Harmonies of #75265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75265C

Black with #75265C

Text Example


Text Example

White with #75265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75265C; }

 p { color: rgb(117,38,92); }

 H1.HeaderClassName
 {
   color: #75265C;
 }
 .AnyTagClassName
 {
   color: #75265C;
 }
</style>

background-color css

<style>
 a { background-color: #75265C; }

 a { background-color: rgb(117,38,92); }

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

border-color css

<style>
 span { border-color: #75265C; }

 span { border-color: rgb(117,38,92); }

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