Html Css Color HEX #682B67 Palatinate Purple

📋 copy color: '#682B67'

red 104 ◦ green 43 ◦ blue 103

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

Shades of Palatinate Purple #682B67

Tints of Palatinate Purple #682B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 41.6%
G = 17.2%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#682B67 (or 0x682B67) is known color: Palatinate Purple. HEX triplet: 68, 2B and 67. RGB value is (104,43,103). Sum of RGB (Red+Green+Blue) = 104+43+103=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 43 (17.19% from 255 or 17.2% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #682B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682B67 is #97D498. Grayscale: #434343. Windows color (decimal): -9950361 or 6761320. OLE color: 6761320.

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

Color convert

RGB 104 43 103 -
CMYK 0 0.59 0.01 0.59
HSL 300.98º 0.41% 0.29% -
HSV(B) 300.98º 0.59% 0.41% -
XYZ 9.02 5.65 13.45 -
YUV 68.08 147.71 153.62 -
System Red Green Blue C M Y K H S L
Decimal 104 43 103 0 0.59 0.01 0.59 300.98 0.41 0.29
Hex 68 2B 67 0 3B 1 3B 12D 29 1D
Octal 150 53 147 0 73 1 73 455 51 35
Binary 1101000 101011 1100111 0 111011 1 111011 100101101 101001 11101

Color Harmonies of #682B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682B67

Black with #682B67

Text Example


Text Example

White with #682B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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