Html Css Color HEX #682E5A Palatinate Purple

📋 copy color: '#682E5A'

red 104 ◦ green 46 ◦ blue 90

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

Shades of Palatinate Purple #682E5A

Tints of Palatinate Purple #682E5A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.17%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 43.33%
G = 19.17%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#682E5A (or 0x682E5A) is known color: Palatinate Purple. HEX triplet: 68, 2E and 5A. RGB value is (104,46,90). Sum of RGB (Red+Green+Blue) = 104+46+90=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #682E5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E5A is #97D1A5. Grayscale: #444444. Windows color (decimal): -9949606 or 5910120. OLE color: 5910120.

HSL color Cylindrical-coordinate representation of color #682E5A: hue angle of 314.48º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E5A is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 46 90 -
CMYK 0 0.56 0.13 0.59
HSL 314.48º 0.39% 0.29% -
HSV(B) 314.48º 0.56% 0.41% -
XYZ 8.53 5.64 10.31 -
YUV 68.36 140.22 153.42 -
System Red Green Blue C M Y K H S L
Decimal 104 46 90 0 0.56 0.13 0.59 314.48 0.39 0.29
Hex 68 2E 5A 0 38 D 3B 13A 27 1D
Octal 150 56 132 0 70 15 73 472 47 35
Binary 1101000 101110 1011010 0 111000 1101 111011 100111010 100111 11101

Color Harmonies of #682E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682E5A

Black with #682E5A

Text Example


Text Example

White with #682E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682E5A; }

 p { color: rgb(104,46,90); }

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

background-color css

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

 a { background-color: rgb(104,46,90); }

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

border-color css

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

 span { border-color: rgb(104,46,90); }

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