Html Css Color HEX #68215C Palatinate Purple

📋 copy color: '#68215C'

red 104 ◦ green 33 ◦ blue 92

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

Shades of Palatinate Purple #68215C

Tints of Palatinate Purple #68215C

RGB

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

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

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

R = 45.41%
G = 14.41%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68215C (or 0x68215C) is known color: Palatinate Purple. HEX triplet: 68, 21 and 5C. RGB value is (104,33,92). Sum of RGB (Red+Green+Blue) = 104+33+92=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #68215C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68215C is #97DEA3. Grayscale: #3C3C3C. Windows color (decimal): -9952932 or 6037864. OLE color: 6037864.

HSL color Cylindrical-coordinate representation of color #68215C: hue angle of 310.14º 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 #68215C is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 33 92 -
CMYK 0 0.68 0.12 0.59
HSL 310.14º 0.52% 0.27% -
HSV(B) 310.14º 0.68% 0.41% -
XYZ 8.18 4.8 10.62 -
YUV 60.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 104 33 92 0 0.68 0.12 0.59 310.14 0.52 0.27
Hex 68 21 5C 0 44 C 3B 136 34 1B
Octal 150 41 134 0 104 14 73 466 64 33
Binary 1101000 100001 1011100 0 1000100 1100 111011 100110110 110100 11011

Color Harmonies of #68215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68215C

Black with #68215C

Text Example


Text Example

White with #68215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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