Html Css Color HEX #75215A Palatinate Purple

📋 copy color: '#75215A'

red 117 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #75215A

Tints of Palatinate Purple #75215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 48.75%
G = 13.75%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75215A (or 0x75215A) is known color: Palatinate Purple. HEX triplet: 75, 21 and 5A. RGB value is (117,33,90). Sum of RGB (Red+Green+Blue) = 117+33+90=240 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.75% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 117 - color contains mainly: red. Hex color #75215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75215A is #8ADEA5. Grayscale: #404040. Windows color (decimal): -9100966 or 5906805. OLE color: 5906805.

HSL color Cylindrical-coordinate representation of color #75215A: hue angle of 319.29º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #75215A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 33 90 -
CMYK 0 0.72 0.23 0.54
HSL 319.29º 0.56% 0.29% -
HSV(B) 319.29º 0.72% 0.46% -
XYZ 9.73 5.61 10.24 -
YUV 64.61 142.33 165.37 -
System Red Green Blue C M Y K H S L
Decimal 117 33 90 0 0.72 0.23 0.54 319.29 0.56 0.29
Hex 75 21 5A 0 48 17 36 13F 38 1D
Octal 165 41 132 0 110 27 66 477 70 35
Binary 1110101 100001 1011010 0 1001000 10111 110110 100111111 111000 11101

Color Harmonies of #75215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75215A

Black with #75215A

Text Example


Text Example

White with #75215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75215A; }

 p { color: rgb(117,33,90); }

 H1.HeaderClassName
 {
   color: #75215A;
 }
 .AnyTagClassName
 {
   color: #75215A;
 }
</style>

background-color css

<style>
 a { background-color: #75215A; }

 a { background-color: rgb(117,33,90); }

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

border-color css

<style>
 span { border-color: #75215A; }

 span { border-color: rgb(117,33,90); }

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