Html Css Color HEX #682B65 Palatinate Purple

📋 copy color: '#682B65'

red 104 ◦ green 43 ◦ blue 101

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

Shades of Palatinate Purple #682B65

Tints of Palatinate Purple #682B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 41.94%
G = 17.34%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#682B65 (or 0x682B65) is known color: Palatinate Purple. HEX triplet: 68, 2B and 65. RGB value is (104,43,101). Sum of RGB (Red+Green+Blue) = 104+43+101=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #682B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B65 is #97D49A. Grayscale: #434343. Windows color (decimal): -9950363 or 6630248. OLE color: 6630248.

HSL color Cylindrical-coordinate representation of color #682B65: hue angle of 302.95º 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 #682B65 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 43 101 -
CMYK 0 0.59 0.03 0.59
HSL 302.95º 0.41% 0.29% -
HSV(B) 302.95º 0.59% 0.41% -
XYZ 8.92 5.61 12.92 -
YUV 67.85 146.71 153.78 -
System Red Green Blue C M Y K H S L
Decimal 104 43 101 0 0.59 0.03 0.59 302.95 0.41 0.29
Hex 68 2B 65 0 3B 3 3B 12F 29 1D
Octal 150 53 145 0 73 3 73 457 51 35
Binary 1101000 101011 1100101 0 111011 11 111011 100101111 101001 11101

Color Harmonies of #682B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B65

Black with #682B65

Text Example


Text Example

White with #682B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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