Html Css Color HEX #68215A Palatinate Purple

📋 copy color: '#68215A'

red 104 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #68215A

Tints of Palatinate Purple #68215A

RGB

 RED value IS 104 (41.02% from 255) = 45.81%

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

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

R = 45.81%
G = 14.54%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#68215A (or 0x68215A) is known color: Palatinate Purple. HEX triplet: 68, 21 and 5A. RGB value is (104,33,90). Sum of RGB (Red+Green+Blue) = 104+33+90=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #68215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68215A is #97DEA5. Grayscale: #3C3C3C. Windows color (decimal): -9952934 or 5906792. OLE color: 5906792.

HSL color Cylindrical-coordinate representation of color #68215A: hue angle of 311.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68215A is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 90 -
CMYK 0 0.68 0.13 0.59
HSL 311.83º 0.52% 0.27% -
HSV(B) 311.83º 0.68% 0.41% -
XYZ 8.1 4.77 10.17 -
YUV 60.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 104 33 90 0 0.68 0.13 0.59 311.83 0.52 0.27
Hex 68 21 5A 0 44 D 3B 138 34 1B
Octal 150 41 132 0 104 15 73 470 64 33
Binary 1101000 100001 1011010 0 1000100 1101 111011 100111000 110100 11011

Color Harmonies of #68215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68215A

Black with #68215A

Text Example


Text Example

White with #68215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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