Html Css Color HEX #682C58 Palatinate Purple

📋 copy color: '#682C58'

red 104 ◦ green 44 ◦ blue 88

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

Shades of Palatinate Purple #682C58

Tints of Palatinate Purple #682C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 44.07%
G = 18.64%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#682C58 (or 0x682C58) is known color: Palatinate Purple. HEX triplet: 68, 2C and 58. RGB value is (104,44,88). Sum of RGB (Red+Green+Blue) = 104+44+88=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #682C58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682C58 is #97D3A7. Grayscale: #424242. Windows color (decimal): -9950120 or 5778536. OLE color: 5778536.

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

Color convert

RGB 104 44 88 -
CMYK 0 0.58 0.15 0.59
HSL 316º 0.41% 0.29% -
HSV(B) 316º 0.58% 0.41% -
XYZ 8.37 5.45 9.84 -
YUV 66.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 104 44 88 0 0.58 0.15 0.59 316 0.41 0.29
Hex 68 2C 58 0 3A F 3B 13C 29 1D
Octal 150 54 130 0 72 17 73 474 51 35
Binary 1101000 101100 1011000 0 111010 1111 111011 100111100 101001 11101

Color Harmonies of #682C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682C58

Black with #682C58

Text Example


Text Example

White with #682C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,44,88); }

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

background-color css

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

 a { background-color: rgb(104,44,88); }

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

border-color css

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

 span { border-color: rgb(104,44,88); }

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