Html Css Color HEX #68215F Palatinate Purple

📋 copy color: '#68215F'

red 104 ◦ green 33 ◦ blue 95

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

Shades of Palatinate Purple #68215F

Tints of Palatinate Purple #68215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.95%

R = 44.83%
G = 14.22%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68215F (or 0x68215F) is known color: Palatinate Purple. HEX triplet: 68, 21 and 5F. RGB value is (104,33,95). Sum of RGB (Red+Green+Blue) = 104+33+95=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #68215F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68215F is #97DEA0. Grayscale: #3D3D3D. Windows color (decimal): -9952929 or 6234472. OLE color: 6234472.

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

Color convert

RGB 104 33 95 -
CMYK 0 0.68 0.09 0.59
HSL 307.61º 0.52% 0.27% -
HSV(B) 307.61º 0.68% 0.41% -
XYZ 8.32 4.86 11.33 -
YUV 61.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 104 33 95 0 0.68 0.09 0.59 307.61 0.52 0.27
Hex 68 21 5F 0 44 9 3B 134 34 1B
Octal 150 41 137 0 104 11 73 464 64 33
Binary 1101000 100001 1011111 0 1000100 1001 111011 100110100 110100 11011

Color Harmonies of #68215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68215F

Black with #68215F

Text Example


Text Example

White with #68215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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