Html Css Color HEX #682954 Palatinate Purple

📋 copy color: '#682954'

red 104 ◦ green 41 ◦ blue 84

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

Shades of Palatinate Purple #682954

Tints of Palatinate Purple #682954

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 84 (33.2% from 255) = 36.68%

R = 45.41%
G = 17.9%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#682954 (or 0x682954) is known color: Palatinate Purple. HEX triplet: 68, 29 and 54. RGB value is (104,41,84). Sum of RGB (Red+Green+Blue) = 104+41+84=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682954 is #97D6AB. Grayscale: #404040. Windows color (decimal): -9950892 or 5515624. OLE color: 5515624.

HSL color Cylindrical-coordinate representation of color #682954: hue angle of 319.05º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #682954 is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 41 84 -
CMYK 0 0.61 0.19 0.59
HSL 319.05º 0.43% 0.28% -
HSV(B) 319.05º 0.61% 0.41% -
XYZ 8.1 5.17 8.96 -
YUV 64.74 138.87 156 -
System Red Green Blue C M Y K H S L
Decimal 104 41 84 0 0.61 0.19 0.59 319.05 0.43 0.28
Hex 68 29 54 0 3D 13 3B 13F 2B 1C
Octal 150 51 124 0 75 23 73 477 53 34
Binary 1101000 101001 1010100 0 111101 10011 111011 100111111 101011 11100

Color Harmonies of #682954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682954

Black with #682954

Text Example


Text Example

White with #682954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682954; }

 p { color: rgb(104,41,84); }

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

background-color css

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

 a { background-color: rgb(104,41,84); }

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

border-color css

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

 span { border-color: rgb(104,41,84); }

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