Html Css Color HEX #682B5A Palatinate Purple

📋 copy color: '#682B5A'

red 104 ◦ green 43 ◦ blue 90

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

Shades of Palatinate Purple #682B5A

Tints of Palatinate Purple #682B5A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.14%

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

R = 43.88%
G = 18.14%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#682B5A (or 0x682B5A) is known color: Palatinate Purple. HEX triplet: 68, 2B and 5A. RGB value is (104,43,90). Sum of RGB (Red+Green+Blue) = 104+43+90=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #682B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B5A is #97D4A5. Grayscale: #424242. Windows color (decimal): -9950374 or 5909352. OLE color: 5909352.

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

Color convert

RGB 104 43 90 -
CMYK 0 0.59 0.13 0.59
HSL 313.77º 0.41% 0.29% -
HSV(B) 313.77º 0.59% 0.41% -
XYZ 8.42 5.41 10.27 -
YUV 66.6 141.21 154.68 -
System Red Green Blue C M Y K H S L
Decimal 104 43 90 0 0.59 0.13 0.59 313.77 0.41 0.29
Hex 68 2B 5A 0 3B D 3B 13A 29 1D
Octal 150 53 132 0 73 15 73 472 51 35
Binary 1101000 101011 1011010 0 111011 1101 111011 100111010 101001 11101

Color Harmonies of #682B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B5A

Black with #682B5A

Text Example


Text Example

White with #682B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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