Html Css Color HEX #682254 Palatinate Purple

📋 copy color: '#682254'

red 104 ◦ green 34 ◦ blue 84

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

Shades of Palatinate Purple #682254

Tints of Palatinate Purple #682254

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.32%

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

R = 46.85%
G = 15.32%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#682254 (or 0x682254) is known color: Palatinate Purple. HEX triplet: 68, 22 and 54. RGB value is (104,34,84). Sum of RGB (Red+Green+Blue) = 104+34+84=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #682254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682254 is #97DDAB. Grayscale: #3C3C3C. Windows color (decimal): -9952684 or 5513832. OLE color: 5513832.

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

Color convert

RGB 104 34 84 -
CMYK 0 0.67 0.19 0.59
HSL 317.14º 0.51% 0.27% -
HSV(B) 317.14º 0.67% 0.41% -
XYZ 7.88 4.73 8.88 -
YUV 60.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 104 34 84 0 0.67 0.19 0.59 317.14 0.51 0.27
Hex 68 22 54 0 43 13 3B 13D 33 1B
Octal 150 42 124 0 103 23 73 475 63 33
Binary 1101000 100010 1010100 0 1000011 10011 111011 100111101 110011 11011

Color Harmonies of #682254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682254

Black with #682254

Text Example


Text Example

White with #682254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682254; }

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

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

background-color css

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

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

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

border-color css

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

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

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