Html Css Color HEX #682055 Palatinate Purple

📋 copy color: '#682055'

red 104 ◦ green 32 ◦ blue 85

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

Shades of Palatinate Purple #682055

Tints of Palatinate Purple #682055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 47.06%
G = 14.48%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#682055 (or 0x682055) is known color: Palatinate Purple. HEX triplet: 68, 20 and 55. RGB value is (104,32,85). Sum of RGB (Red+Green+Blue) = 104+32+85=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #682055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682055 is #97DFAA. Grayscale: #3B3B3B. Windows color (decimal): -9953195 or 5578856. OLE color: 5578856.

HSL color Cylindrical-coordinate representation of color #682055: hue angle of 315.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682055 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 32 85 -
CMYK 0 0.69 0.18 0.59
HSL 315.83º 0.53% 0.27% -
HSV(B) 315.83º 0.69% 0.41% -
XYZ 7.87 4.63 9.07 -
YUV 59.57 142.35 159.69 -
System Red Green Blue C M Y K H S L
Decimal 104 32 85 0 0.69 0.18 0.59 315.83 0.53 0.27
Hex 68 20 55 0 45 12 3B 13C 35 1B
Octal 150 40 125 0 105 22 73 474 65 33
Binary 1101000 100000 1010101 0 1000101 10010 111011 100111100 110101 11011

Color Harmonies of #682055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682055

Black with #682055

Text Example


Text Example

White with #682055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682055; }

 p { color: rgb(104,32,85); }

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

background-color css

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

 a { background-color: rgb(104,32,85); }

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

border-color css

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

 span { border-color: rgb(104,32,85); }

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